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 07c4817a53
Added example main() fn impl
2 years ago
src Added example main() fn impl 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