An open API service indexing awesome lists of open source software.

https://github.com/bgamari/succinct.rs

Succinct data structures in Rust
https://github.com/bgamari/succinct.rs

Last synced: over 1 year ago
JSON representation

Succinct data structures in Rust

Awesome Lists containing this project

README

          

succinct.rs
===========

Succinct data structures in Rust.

This is an experiment exploring the implementation of succinct map and set data structures in Rust. At the moment things are on hold while associated data types are implemented in `rustc`.