Registry / utility / fscommon

fscommon

JSON →
library0.1.1rscratesunverified

Provides common filesystem utilities for Rust.

# Cargo.toml [dependencies] fscommon = "0.1.1"
INSTALL
IMPORT
SIG · FSCOMMON
F
fscommon
utilityrustv0.1.1
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.

File
use fscommon::File;

Opens a file using fscommon's File type.

use fscommon::File; fn main() -> std::io::Result<()> { let file = File::open("example.txt")?; println!("File opened: {:?}", file); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fscommon — cargo add fscommon · libregistry