bigraph 0.1.0

Different representations with implemented operations on bigraphs
Documentation
1
2
3
4
5
6
7
8
9
10
# Bigraph

[![](http://meritbadge.herokuapp.com/bigraph)](https://crates.io/crates/bigraph)
[![](https://docs.rs/bigraph/badge.svg)](https://docs.rs/bigraph)
![](https://github.com/algbio/practical-omnitigs/workflows/Tests%20%26%20Lints/badge.svg?branch=master)

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.