petri-nets 0.1.0

A simple, safe and efficient library wrapper for simulating a minimal form of petri nets
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Petri Net Simulator for Rust

This is a safe rust binding to [my petri net simulator written in C](https://gitlab.com/porky11/pns).
It's only an extension of the [direct bindings](https://gitlab.com/porky11/pnrs), 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](https://docs.rs/petri-nets/), [the documentation of the base library](https://docs.rs/pnrs/) or [the C API](https://gitlab.com/porky11/pns).

Also have a look at the [petri net editor](https://docs.rs/pn-editor/), which makes use of the whole API, and helps you understand, how it works.