idx_sized 0.18.2

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.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5870a182d9156c8497bf827e06b682cacceead1ec59678288cb1f2b6f0d7bf8a"

[[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.2"
dependencies = [
 "avltriee",
 "file_mmap",
]

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

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