Expand description
This crate contains an implementation of an in-memory filesystem backed by MappedPages from the memory crate This crate allocates memory at page-size granularity, so it’s inefficient with memory when creating small files Currently, the read and write operations of the RamFile follows the interface of the std::io read/write operations of the Rust standard library
Structs
- The struct that represents a file in memory that is backed by MappedPages