idx_binary 0.10.4

Indexed string file. It uses mmap , strings_set_file and avltiree.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "avltriee"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45d7a7d132e92a501ccb2046c5aee434d53eca3630a9631b8b711b74e13e231"

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

[[package]]
name = "idx_binary"
version = "0.10.4"
dependencies = [
 "idx_sized",
 "various_data_file",
]

[[package]]
name = "idx_sized"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec26a9a6983ab4abd497f80be46ec366149eeecfe091e5ac0d74888d11cec494"
dependencies = [
 "avltriee",
 "file_mmap",
]

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

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

[[package]]
name = "various_data_file"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0faa8a7fd94abd1d36fd56c364c5feaf19e5df9e805d4a52f8586fb926a1c8a"
dependencies = [
 "file_mmap",
]