reverses all collected input from arguments or stdin lines, then outputs it (configurably) line by line to stdout
 
 
Go to file
Avril ed75b8b766
Added default features: buffer-output, ignore-output-errors
3 years ago
src Added default features: buffer-output, ignore-output-errors 3 years ago
.gitignore Added testing features for buffering output, and ignoring output errors. 3 years ago
Cargo.lock Changed print output to line-by-line (can be re-set to debug print output with feature flag.) 3 years ago
Cargo.toml Added default features: buffer-output, ignore-output-errors 3 years ago
Makefile Changed print output to line-by-line (can be re-set to debug print output with feature flag.) 3 years ago