Initial commit

This commit is contained in:
Konstantin Gribov
2016-12-21 17:54:57 +03:00
commit 00bee9a0c1
8 changed files with 1403 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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