bigraph 0.2.0

Different representations with implemented operations on bigraphs
1
2
3
/// A bigraph wrapper for a node-centric bigraph.
/// This implementation stores a vector to map nodes to their mirrors.
pub mod node_bigraph_wrapper;