/bigraph-rs

Represent bigraphs in an abstract manner.

Primary LanguageRust

Bigraph

A Rust crate to represent and operate on bigraphs.

The crate defines traits as abstractions from the concrete graph implementation. At the moment, the only implementation is done via a wrapper over petgraph, which serves as a prototype.