Registry / utility / filebuffer

filebuffer

JSON →
library1.0.1rscratesunverified

Provides fast and simple memory-mapped file reading.

# Cargo.toml [dependencies] filebuffer = "1.0.1"
INSTALL
IMPORT
SIG · FILEBUFFER
F
filebuffer
utilityrustv1.0.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.

FileBuffer
use filebuffer::FileBuffer;

Opens a file and maps it into memory.

use filebuffer::FileBuffer; fn main() -> std::io::Result<()> { let fb = FileBuffer::open("example.txt")?; println!("File size: {} bytes", fb.len()); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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