Expand description
Memory-related abstractions.
Re-exports§
pub use sys::Mappable;pub use sys::MappableRef;pub use sys::SparseMapping;pub use sys::new_mappable_from_file;
Modules§
- alloc
- Memory functionality that needs a refactor.
- unix
- Linux implementation for memory mapping abstractions.
Enums§
Traits§
- AsMappable
Ref - An object that can be mapped into a
SparseMapping.