bigraph

Crates.iobigraph
lib.rsbigraph
version5.0.0
sourcesrc
created_at2020-07-17 06:41:08.926102
updated_at2023-08-01 07:05:25.201998
descriptionDifferent representations with implemented operations on bigraphs
homepagehttps://github.com/sebschmi/bigraph-rs
repositoryhttps://github.com/sebschmi/bigraph-rs
max_upload_size
id266136
size92,640
Sebastian Schmidt (sebschmi)

documentation

https://docs.rs/bigraph

README

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.

Commit count: 33

cargo fmt