open-hypergraphs-dot 0.2.4

A library for visualizing lax open hypergraphs in GraphViz DOT format
Documentation
1
2
3
4
5
6
7
8
pub mod options;
pub use options::*;

pub mod generate;
pub use generate::{generate_dot, generate_dot_with};

#[cfg(feature = "svg")]
pub mod svg;