1/// A bigraph wrapper for a node-centric bigraph. 2/// This implementation stores a vector to map nodes to their mirrors. 3pub mod node_bigraph_wrapper;