1 unstable release
Uses old Rust 2015
| 0.1.0 | Dec 25, 2016 |
|---|
#7 in #samba
24KB
363 lines
smbc is wrapper around libsmbclient from Samba project
It provides basic std::fs-like API to access SMB/CIFS file shares
Primary entrypoint is SmbClient struct.
Files are represented by SmbFile.
Basic example:
fn load
smbc -- libsmbclient wrapper
About
smbc is a type-safe wrapper library for libsmbclient from Samba project.
It use smbclient-sys crate for bindings to libsmbclient.
License
Licensed under GNU General Public License version 3 or any later version. It can be found at COPYING or at GNU site.
Dependencies
~2MB
~44K SLoC