idx_sized 0.18.0

Indexed data file. It uses mmap and avltiree.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "avltriee"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a90b9155b1603826a72e32b016ca0b3422632401ef1936d2bf5a5427327dda4b"

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

[[package]]
name = "idx_sized"
version = "0.18.0"
dependencies = [
 "avltriee",
 "file_mmap",
]

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

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