kampersanda / sucds

Collection of succinct data structures in Rust

Home Page:https://docs.rs/sucds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Succinct data structures in Rust

Documentation Crates.io

Sucds provides some succinct data structures written in Rust.

Documentation

https://docs.rs/sucds/

Limitation

This library is designed to run on 64-bit machines.

Build docs

The document can be compiled with the following command:

RUSTDOCFLAGS="--html-in-header katex.html" cargo doc --no-deps

Licensing

Licensed under either of

at your option.

About

Collection of succinct data structures in Rust

https://docs.rs/sucds

License:Apache License 2.0


Languages

Language:Rust 99.3%Language:HTML 0.7%