aommap 0.3.1

Append only lock-free memory map implementation
Documentation
1
2
3
4
mod immutable;
pub use immutable::*;
mod mutable;
pub use mutable::*;