pipes stdin to stdout with a throttle (slowdown) rate specified by user. rate may be static or jitter to emulate a network connection or similar non-constant rate pipe.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avril 5867c5ce39
Added `From<impl DurationProvider> for SingleThrottleProvider`
2 years ago
src Added `From<impl DurationProvider> for SingleThrottleProvider` 2 years ago
.gitignore Added `DurationProvider`, `ThrottleProvider` traits. 2 years ago
Cargo.lock `ThrottleAdaptor`: Added throttleing `Write` impl. 2 years ago
Cargo.toml `ThrottleAdaptor`: Added throttleing `Write` impl. 2 years ago