25 lines
950 B
Markdown
25 lines
950 B
Markdown
# smbc -- `libsmbclient` wrapper
|
|
|
|
[](https://crates.io/crates/smbc)
|
|
[](https://travis-ci.org/smbc-rs/smbc)
|
|
[](https://crates.io/crates/smbc)
|
|
[](https://docs.rs/smbc)
|
|
[](https://gitter.im/smbc-rs/general)
|
|
|
|
## About
|
|
|
|
`smbc` is a type-safe wrapper library for `libsmbclient` from [Samba][samba] project.
|
|
|
|
It use [`smbclient-sys`][smbclient-sys] crate for bindings to `libsmbclient`.
|
|
|
|
|
|
## License
|
|
|
|
Licensed under [GNU General Public License][gpl] version 3 or any later version.
|
|
It can be found at [COPYING](COPYING) or at [GNU][gpl] site.
|
|
|
|
|
|
[gpl]: https://www.gnu.org/licenses/gpl.txt
|
|
[samba]: https://www.samba.org
|
|
[smbclient-sys]: https://crates.io/crates/smbclient-sys
|