3 releases
new 0.1.2 | Apr 10, 2025 |
---|---|
0.1.1 | Apr 10, 2025 |
0.1.0 | Apr 10, 2025 |
#2 in #adder
130KB
364 lines
Open Hypergraphs Dot
A Rust library for visualizing lax open hypergraphs using the GraphViz DOT format.
Examples
Run the adder
example:
cargo run --example adder
This will produce the following depiction of an open hypergraph representing a 2-bit ripple-carry adder:
See ./examples/adder.rs for the source code producing this example.
Dependencies
~310KB