pns

Crates.iopns
lib.rspns
version0.18.0
sourcesrc
created_at2019-01-20 23:38:54.281782
updated_at2024-09-21 12:36:43.782366
descriptionA simple and efficient library wrapper for simulating a minimal form of petri nets
homepage
repositoryhttps://gitlab.com/porky11/pnrs
max_upload_size
id109741
size84,733
Fabio Krapohl (porky11)

documentation

README

Petri Net Simulator for Rust

This is a rust binding to my petri net simulator written in C. It has almost direct mappings to the C API, but uses a few Rust features like methods and custom types.

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.

Commit count: 213

cargo fmt