petri-nets

Crates.iopetri-nets
lib.rspetri-nets
version0.3.0
sourcesrc
created_at2024-08-26 14:11:43.564105
updated_at2024-09-16 21:48:35.270954
descriptionA simple, safe and efficient library wrapper for simulating a minimal form of petri nets
homepage
repositoryhttps://gitlab.com/porky11/petri-nets
max_upload_size
id1352286
size10,008
Fabio Krapohl (porky11)

documentation

README

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.

Commit count: 0

cargo fmt