Crates.io | bigraph |
lib.rs | bigraph |
version | 5.0.0 |
source | src |
created_at | 2020-07-17 06:41:08.926102 |
updated_at | 2023-08-01 07:05:25.201998 |
description | Different representations with implemented operations on bigraphs |
homepage | https://github.com/sebschmi/bigraph-rs |
repository | https://github.com/sebschmi/bigraph-rs |
max_upload_size | |
id | 266136 |
size | 92,640 |
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.