#dot #hypergraph #format #adder #open-hypergraphs-dot

open-hypergraphs-dot

A library for visualizing lax open hypergraphs in GraphViz DOT format

3 releases

new 0.1.2 Apr 10, 2025
0.1.1 Apr 10, 2025
0.1.0 Apr 10, 2025

#2 in #adder

MIT license

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