idx_sized 0.23.4

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

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

[[package]]
name = "file_offset"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ad02ed760f100d78f087138613184d8e48d301c97f13804e250773d649900cd"

[[package]]
name = "idx_sized"
version = "0.23.4"
dependencies = [
 "avltriee",
 "file_mmap",
]

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

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