Files
smbc/README.md
2016-12-25 04:25:10 +03:00

19 lines
498 B
Markdown

# smbc -- `libsmbclient` wrapper
## 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