Crate smbc

Source
Expand description

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

Re-exports§

pub use result::*;
pub use smbc::*;

Modules§

result
Module with smbc’s Result and Error coercions
smbc
Main API module (reexported later) smbc is wrapper library around libsmbclient from Samba project.