Registry / utility / cap-fs-ext

cap-fs-ext

JSON →
library4.0.2rscratesunverified

Extension traits for `Dir`, `File`, etc. in the cap-std filesystem abstraction.

# Cargo.toml [dependencies] cap-fs-ext = "4.0.2"
INSTALL
IMPORT
SIG · CAP-FS-EXT
C
cap-fs-ext
utilityrustv4.0.2
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.

DirExt
use cap_fs_ext::DirExt;

Using DirExt to create a directory via cap-std.

use cap_fs_ext::DirExt; use cap_std::fs::Dir; fn main() { let dir = Dir::open_ambient_dir(".").unwrap(); let _ = dir.create_dir("new_dir"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
cap-fs-ext — cargo add cap-fs-ext · libregistry