| Crates.io | readr |
| lib.rs | readr |
| version | 0.1.0 |
| created_at | 2025-02-28 23:38:40.862206+00 |
| updated_at | 2025-02-28 23:38:40.862206+00 |
| description | File reader |
| homepage | |
| repository | https://github.com/kyclark/readr |
| max_upload_size | |
| id | 1573321 |
| size | 1,191,634 |
This program will print each character of input (from a file or STDIN) to the screen at a speed that will allow you to read along.
You can use the -s|--slow or -f|--fast flags to slow it down or speed it up.
Usage: readr [OPTIONS] <FILE>
Arguments:
<FILE> Input file or "-" for STDIN
Options:
-s, --slow Go slower
-f, --fast Go faster
-h, --help Print help
Here it is at normal speed:
I wrote this to explore async programming.
Ken Youens-Clark kyclark@gmail.com