Crates.io | pns |
lib.rs | pns |
version | 0.15.1 |
source | src |
created_at | 2019-01-20 23:38:54.281782 |
updated_at | 2024-06-11 08:02:58.496662 |
description | A simple, safe and efficient library wrapper for simulating a minimal form of petri nets |
homepage | |
repository | https://gitlab.com/porky11/pnrs |
max_upload_size | |
id | 109741 |
size | 101,940 |
This is a rust binding to my petri net simulator written in C. The rust binding tries to be safer than the C API, and simplifies interactive editing and reaction to changes. The example should do exactly the same as in the C version.
For more information look at the documentation or have a look at 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.