Expand description
Hash Consing Library
This library provides implementations for hash consing in both single-threaded and multi-threaded environments.
Features
single-threaded: For single-threaded environments.thread-safe: For thread-safe environments.
Re-exports
pub use single_threaded::*;