idx_binary 0.18.2

Indexed binary file. It uses mmap , various_data_file and avltiree.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.idx_file]
version = "0.35"

[dependencies.various_data_file]
version = "0.12"

[package]
authors = ["Oden Shirataki <oden.srtk@gmail.com>"]
categories = ["algorithms", "caching", "filesystem"]
description = "Indexed binary file. It uses mmap , various_data_file and avltiree."
edition = "2021"
keywords = ["index", "file", "avltree", "memmap", "database"]
license = "MIT/Apache-2.0"
name = "idx_binary"
readme = "README.md"
repository = "https://github.com/OdenShirataki/idx_binary"
version = "0.18.2"