catalog 0.1.2

A file-based map to store key/value pairs in a file and get them using binary search
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.siphasher]
version = "0.2"

[lib]
name = "catalog"

[package]
authors = ["Ravi Shankar <wafflespeanut@gmail.com>"]
description = "A file-based map to store key/value pairs in a file and get them using binary search"
documentation = "https://wafflespeanut.github.io/rust-catalog/catalog/"
keywords = ["map", "file", "binary-search", "key-value"]
license = "MIT"
name = "catalog"
readme = "README.md"
repository = "https://github.com/Wafflespeanut/rust-catalog"
version = "0.1.2"