Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 969 Bytes

File metadata and controls

32 lines (20 loc) · 969 Bytes

Succinct data structures in Rust

Crates.io Documentation Build Status

Sucds provides some succinct data structures written in Rust.

Documentation

https://docs.rs/sucds/

Or, the document can be compiled with the following command:

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

Limitation

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

Licensing

Licensed under either of

at your option.