[package] name = "indexed_string_file" version = "0.6.2" edition = "2021" authors = ["Oden Shirataki "] description = "Indexed string file. It uses mmap , strings_set_file and avltiree." repository = "https://github.com/OdenShirataki/indexed_data_file" keywords = ["index","file","avltree","memmap","database"] license = "MIT/Apache-2.0" [dependencies] libc="0.2" indexed_data_file={ path="../indexed_data_file" , version="0.6" } strings_set_file={ path="../strings_set_file" , version="0.1" }