chokepoint 0.2.0

Generic stream transformer to simulate traffic / network congestion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
default:
    just --list

example-stream:
    cargo run --example stream

example-sink:
    cargo run --example sink

examples: example-stream example-sink

test: && examples
    cargo nextest run
    cargo test --doc

graph:
    cargo run -q --example graph | tee >(graph - -x 'now' -y 'delta')