GitXplorerGitXplorer
b

succinct.rs

public
6 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
96f8a507ebeef0e89f96fd7888e43c6cc5b26133

Remove redundant bounds

bbgamari committed 10 years ago
Unverified
3a70981a39ec418ec03fd54dbbd93252d198caab

Use slice syntax

bbgamari committed 10 years ago
Unverified
ae429e66c45892071426e9c7757762f19adf123b

Add TODO

bbgamari committed 10 years ago
Unverified
c98d0113954ab1a6b9723c5809b900d55eb53077

Fix snake-case

bbgamari committed 10 years ago
Unverified
1c8c032a0427fc5d178776c5ab1bf6abc000c647

Show is now Debug

bbgamari committed 10 years ago
Unverified
45483399c01ffe77028973690bc0a58172890809

Fix map_step

bbgamari committed 10 years ago

README

The README file for this repository.

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.