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
- Host: GitHub
- URL: https://github.com/bgamari/succinct.rs
- Owner: bgamari
- Created: 2014-09-01T02:42:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-31T17:33:47.000Z (over 11 years ago)
- Last Synced: 2025-04-06T13:17:24.050Z (over 1 year ago)
- Language: Rust
- Size: 465 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.