Crates.io | petri-net-simulation |
lib.rs | petri-net-simulation |
version | |
source | src |
created_at | 2024-09-16 21:46:12.459025+00 |
updated_at | 2025-02-17 14:16:40.311469+00 |
description | A library for simulating petri nets |
homepage | |
repository | https://gitlab.com/porky11/petri-net-simulation |
max_upload_size | |
id | 1376928 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This library provides a safe and convenient Rust interface for simulating petri nets, specifically designed for modeling non-linear plots in stories and games. It builds upon the pns
crate, which is a low-level Rust binding to the petri net simulator written in C.
The library extends the functionality of the pns
crate by providing a higher-level, idiomatic Rust API that abstracts away the low-level details and ensures safe usage. It allows you to easily create, modify, and simulate petri nets using a more expressive and Rust-friendly interface.
pns
crate for low-level petri net simulationevent-simulation
crate for a unified simulation frameworkFor a visual and interactive way to create and edit petri nets, you can use the Petri Net Editor tool. It provides a graphical user interface and utilizes the entire API of this library to help you understand how it works.