aommap 0.3.1

Append only lock-free memory map implementation
Documentation
[dependencies.bytes]
default-features = false
version = "1.4"

[dependencies.memmapix]
optional = true
version = "0.7"

[features]
default = ["std"]
std = ["bytes/default", "memmapix"]

[package]
description = "Append only lock-free memory map implementation"
edition = "2021"
homepage = "https://github.com/al8n/aommap"
license = "Apache-2.0/MIT"
name = "aommap"
repository = "https://github.com/al8n/aommap"
resolver = "1"
version = "0.3.1"