Registry / utility / ifs
library0.1.47rscratesunverified

Utility for writing and reading files.

# Cargo.toml [dependencies] ifs = "0.1.47"
INSTALL
IMPORT
SIG · IFS
I
ifs
utilityrustv0.1.47
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 ifs::File;

Creates a file, writes data, and reads it back.

use ifs::File; fn main() { let mut file = File::create("example.txt").unwrap(); file.write_all(b"Hello, world!").unwrap(); let content = file.read_to_string().unwrap(); println!("Content: {}", content); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.47latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
ifs — cargo add ifs · libregistry