An open API service indexing awesome lists of open source software.

https://github.com/statusfailed/open-hypergraphs-dot


https://github.com/statusfailed/open-hypergraphs-dot

Last synced: 10 months ago
JSON representation

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:

![](./images/adder.png)

See [./examples/adder.rs](./examples/adder.rs) for the source code producing this example.