dsim 0.3.1

A deterministic simulation testing framework for Rust
Documentation
[[bin]]
name = "dsim"
path = "src/main.rs"

[dependencies.flume]
version = "0.11.1"

[dev-dependencies.maplit]
version = "1.0.2"

[lib]
name = "dsim"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A deterministic simulation testing framework for Rust"
edition = "2024"
license = "MIT"
name = "dsim"
readme = "README.md"
repository = "https://github.com/danthegoodman1/dsim"
version = "0.3.1"