idx_binary 0.11.1

Indexed string file. It uses mmap , strings_set_file and avltiree.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "idx_binary"

version = "0.11.1"

edition = "2021"



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



description = "Indexed string file. It uses mmap , strings_set_file and avltiree."



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



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

categories = ["algorithms","caching","filesystem"]

license = "MIT/Apache-2.0"



[dependencies]

various_data_file = { version = "0.10" , path = "../various_data_file" }

idx_sized = { version = "0.21" , path = "../idx_sized" }