asim 0.1.0

Discrete Event Simluation for Async Rust
Documentation
1
2
3
4
5
6
7
CLIPPY_FLAGS := "-- --deny \"warnings\""

lint:
    cargo clippy {{CLIPPY_FLAGS}}

check:
    cargo check