Registry / networking / unftp-sbe-fs

unftp-sbe-fs

JSON →
library0.4.0rscratesunverified

A storage back-end for libunftp, storing files on local disk.

# Cargo.toml [dependencies] unftp-sbe-fs = "0.4.0"
INSTALL
IMPORT
SIG · UNFTP-SBE-FS
U
unftp-sbe-fs
networkingrustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Filesystem
✓ use unftp_sbe_fs::Filesystem;

Initialize a local filesystem storage back-end for unFTP.

use unftp_sbe_fs::Filesystem; fn main() { let fs = Filesystem::new("/tmp/ftp").unwrap(); println!("Filesystem storage initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
unftp-sbe-fs — cargo add unftp-sbe-fs · libregistry