https://github.com/statusfailed/open-hypergraphs-dot
https://github.com/statusfailed/open-hypergraphs-dot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statusfailed/open-hypergraphs-dot
- Owner: statusfailed
- License: mit
- Created: 2025-04-10T10:19:18.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-04-10T14:53:53.000Z (11 months ago)
- Last Synced: 2025-05-11T12:19:45.528Z (10 months ago)
- Language: Rust
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Hypergraphs Dot
A Rust library for visualizing
lax [open hypergraphs](https://crates.io/crates/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](./examples/adder.rs) for the source code producing this example.