hashconsing
hashconsing
is a hash consing library in Rust.
It is a based on Type-Safe Modular Hash-Consing by Filiâtre and
Conchon. It is slightly less efficient as uses Rust's HashMap
s, not a custom
built structure.
For more details see the documentation.
hashconsing
MIT/Apache-2.0