lsamp
Sample stdin at a fixed rate.
For when you have a high volume source (e.g. live application logs) but you just want the gist.
sh cargo install lsamp
```sh
... | lsamp
... | lsamp --rate 10
... | lsamp -r 3 --period 800ms ```