Reference#
This package serves two purposes:
Exposing the machinery of the Rust implementation to Python.
Providing a Pythonic interface to build e-graphs.
Instead of skipping directly to the second step, we first expose the primitives from the rust library as close as we can to the original API. Then we build a higher level API on top of that, that is more friendly to use.