bigraph 0.1.0-rc.1

Different representations with implemented operations on bigraphs
Documentation

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.