idx_sized 0.9.6

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

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

[[package]]
name = "idx_sized"
version = "0.9.6"
dependencies = [
 "avltriee",
 "file_mmap",
 "rustc-hash",
]

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

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

[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"