Registry / utility / fs-err

fs-err

JSON →
library3.3.0rscratesunverified

A drop-in replacement for std::fs with more helpful error messages.

# Cargo.toml [dependencies] fs-err = "3.3.0"
INSTALL
IMPORT
SIG · FS-ERR
F
fs-err
utilityrustv3.3.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.

File
use fs_err::File;

Open a file with enhanced error messages.

use fs_err::File; use std::io::Read; let mut file = File::open("example.txt").unwrap(); let mut contents = String::new(); file.read_to_string(&mut contents).unwrap(); println!("Contents: {}", contents);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fs-err — cargo add fs-err · libregistry