various_data_file 0.2.1

Store a dainary datas in a file. Use mmap, optimize fragments on delete, and reference identical strings.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "file_mmap"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a683f29e376fab50e1679e96416fda2281b70d1851eed663d2c0b78b2967d1f"
dependencies = [
 "memmap2",
]

[[package]]
name = "libc"
version = "0.2.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966"

[[package]]
name = "memmap2"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
dependencies = [
 "libc",
]

[[package]]
name = "various_data_file"
version = "0.2.1"
dependencies = [
 "file_mmap",
]