bigraph 5.0.1

Different representations with implemented operations on bigraphs
Documentation
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;