mod-events 0.2.0

A high-performance, zero-overhead event dispatcher library for Rust
Documentation
1
2
3
4
5
6
7
8
# Pinned toolchain — REPS §Reproducibility & Build Determinism.
# Every developer and every CI run uses this exact channel so artifacts
# are bitwise-comparable and lint output is stable across environments.
# Bump intentionally and update CHANGELOG when changing.
[toolchain]
channel = "1.95.0"
components = ["rustfmt", "clippy"]
profile = "minimal"