idx_sized 0.13.7

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

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