| Crates.io | open-hypergraphs-dot |
| lib.rs | open-hypergraphs-dot |
| version | 0.2.1 |
| created_at | 2025-04-10 14:25:10.080463+00 |
| updated_at | 2025-06-11 12:47:12.052822+00 |
| description | A library for visualizing lax open hypergraphs in GraphViz DOT format |
| homepage | |
| repository | https://github.com/statusfailed/open-hypergraphs-dot |
| max_upload_size | |
| id | 1628408 |
| size | 174,025 |
A Rust library for visualizing lax open hypergraphs using the GraphViz DOT format.
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.