idx_sized 0.9.6

Indexed data file. It uses mmap and avltiree.
Documentation
[package]

name = "idx_sized"

version = "0.9.6"

edition = "2021"



authors = ["Oden Shirataki <oden.srtk@gmail.com>"]



description = "Indexed data file. It uses mmap and avltiree."



repository = "https://github.com/OdenShirataki/idx_sized"



keywords = ["index","file","avltree","memmap","data"]

license = "MIT/Apache-2.0"



[dependencies]

rustc-hash = { version = "1.0", default-features = false }



avltriee={ path="../avltriee" , version="0.13" }

file_mmap={ path="../file_mmap" , version="0.3" }