Crates.io | petri-nets |
lib.rs | petri-nets |
version | 0.4.0 |
created_at | 2024-08-26 14:11:43.564105+00 |
updated_at | 2024-12-21 23:17:36.024545+00 |
description | A simple, safe and efficient library wrapper for simulating a minimal form of petri nets |
homepage | |
repository | https://gitlab.com/porky11/petri-nets |
max_upload_size | |
id | 1352286 |
size | 10,008 |
This is a safe rust binding to my petri net simulator written in C. It's only an extension of the direct bindings, which aren't completely usable in a safe way.
The example should do exactly the same as in the C version while using only safe methods.
For more information have a look at the documentation, the documentation of the base library or the C API.
Also have a look at the petri net editor, which makes use of the whole API, and helps you understand, how it works.