# Bigraph
[](https://crates.io/crates/bigraph)
[](https://docs.rs/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](https://crates.io/crates/petgraph), which serves as a prototype.