idx_sized 0.19.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.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f376b6de2d35cac2fd8c454b3518c9836eebed927791ed0474869ffb61ad1d78"

[[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.19.0"
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",
]