hashtree-index 0.2.30

Content-addressed B-tree indexes for hashtree
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# hashtree-index

Content-addressed B-tree indexes for hashtree.

The crate builds deterministic index trees on top of `hashtree-core`, so index
roots can be stored, replicated, and compared the same way as file trees.

Current uses include:

- key/value lookup over immutable tree roots
- link indexes that point directly at content-addressed blobs
- derived search indexes with tokenized prefix lookup and ranked results
- cross-language index interoperability with the TypeScript implementation

Part of [hashtree](https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree).