readr

Crates.ioreadr
lib.rsreadr
version0.1.0
created_at2025-02-28 23:38:40.862206+00
updated_at2025-02-28 23:38:40.862206+00
descriptionFile reader
homepage
repositoryhttps://github.com/kyclark/readr
max_upload_size
id1573321
size1,191,634
Ken Youens-Clark (kyclark)

documentation

README

File reader in async Rust

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.

Author

Ken Youens-Clark kyclark@gmail.com

Commit count: 14

cargo fmt