hashconsing 0.5.0

A hash consing library.
Documentation

hashconsing

Build Status Latest Version

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 HashMaps, not a custom built structure.

For more details see the documentation.

License

MIT/Apache-2.0