open-hypergraphs-dot 0.1.1

A library for visualizing lax open hypergraphs in GraphViz DOT format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.