idx_sized 0.16.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.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2614f37a6c0a66417cc1ed887509753ad81d45657f5e1ee30ac8a3cd924f8cdc"

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