hashconsing

A Rust hashconsing library.


Project maintained by AdrienChampion Hosted on GitHub Pages — Theme by mattgraham

crates.io Documentation ci

hashconsing

hashconsing is a Rust hash consing library.

It is based on Type-Safe Modular Hash-Consing by Filliâtre and Conchon. It is slightly less efficient as uses Rust’s HashMaps, not a custom built structure.

For more details see the documentation.

Known projects using hashconsing

License

MIT/Apache-2.0

Contributors