file_rw
file_rw is a Rust library for high-performance, memory-mapped file reading and writing utilities.
Features
- High-performance file reading and writing capabilities
- Memory-mapped files for efficient access and manipulation
- Support for opening files for reading, writing, and appending
Installation
You can include the library in your Rust project by adding the following to your Cargo.toml file:
[]
= "0.1.0"
Modules
file: File operationsread: File reading capabilitieswrite: File writing capabilities
Reexports
The library reexports the FileReader and FileWriter structs for external use.
Examples
use FileReader;
let reader = open;
let content = reader.read_to_string;
println!;