idx_sized 0.21.0

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

name = "idx_sized"

version = "0.21.0"

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"]

categories = ["filesystem","algorithms"]

license = "MIT/Apache-2.0"



[dependencies]

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

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