#petri #forms #nets #net #simulating

petri-nets

A simple, safe and efficient library wrapper for simulating a minimal form of petri nets

4 releases (breaking)

0.4.0 Dec 21, 2024
0.3.0 Sep 16, 2024
0.2.0 Sep 1, 2024
0.1.0 Aug 26, 2024

#96 in Simulation

Download history 16/week @ 2024-09-25 3/week @ 2024-10-02 1/week @ 2024-12-04 4/week @ 2024-12-11 136/week @ 2024-12-18 7/week @ 2024-12-25 4/week @ 2025-01-08

147 downloads per month

MIT/Apache

4KB

Petri Net Simulator for Rust

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.


lib.rs:

See the description *

Dependencies

~130KB