louds 0.1.1

LOUDS implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.fid]
version = "0.1.3"

[dev-dependencies.rand]
version = "0.5"

[package]
authors = ["Koki Kato <koki.kato1994@gmail.com>"]
categories = ["data-structures"]
description = "LOUDS implementation for Rust"
documentation = "https://docs.rs/louds"
homepage = "https://github.com/ajalab/louds"
keywords = ["LOUDS", "tree", "succinct", "trie"]
license = "MIT"
name = "louds"
readme = "README.md"
repository = "https://github.com/ajalab/louds"
version = "0.1.1"