| Crates.io | bigraph |
| lib.rs | bigraph |
| version | 5.0.1 |
| created_at | 2020-07-17 06:41:08.926102+00 |
| updated_at | 2025-01-30 09:04:02.861736+00 |
| 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 | 101,629 |
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.