Files
smbc/README.md
Konstantin Gribov 00bee9a0c1 Initial commit
2016-12-21 17:54:57 +03:00

18 lines
442 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