smbc is wrapper around libsmbclient from Samba project
libsmbclient
It provides basic std::fs-like API to access SMB/CIFS file shares
std::fs
Primary entrypoint is SmbClient struct.
SmbClient
Files are represented by SmbFile.
SmbFile
Basic example:
fn load
pub use result::*;
pub use smbc::*;
smbc