Crates.io | ptnet-core |
lib.rs | ptnet-core |
version | 0.1.2 |
source | src |
created_at | 2023-12-13 17:09:54.949016 |
updated_at | 2023-12-16 18:18:06.514245 |
description | Core types and traits for modeling and simulating Place/Transition nets. |
homepage | |
repository | https://github.com/johnstonskj/rust-ptnets |
max_upload_size | |
id | 1068214 |
size | 63,581 |
This crate provides the core types and traits for modeling and simulating Place/Transition nets.
TBD
Version 0.1.2
fmt
module for formatting /point-in-time/ views,NetFormatter
(``NetMatrixFormatter`) that outputs an arc matrix,tracer
module for continuous monitoring of simulations.SimulationTracer
(MatrixTracer
) that outputs a runtime matrix of place values and transition
states.Rc<>
in some places to allow for sharing of nets across different
simulations for example.Version 0.1.1
Version 0.1.0