1 stable release
Uses new Rust 2024
new 1.0.0 | Apr 21, 2025 |
---|
#308 in Text processing
41 downloads per month
11KB
128 lines
weasel-gen
This crate provides the binary wgen
, which is a weasel program for displaying simple ascii animations.
TODO: Include gif
Usage
Usage: wgen [OPTIONS] [STRING]...
Arguments:
[STRING]... String to generate [default: "Hello, World!"]
Options:
-s, --stats Weather or not to show stats at the end
-d, --delay <DELAY> Print delay between iterations (milliseconds) [default: 50]
-a, --alpha Use only a-z, A-Z
--alphanum Use a-z, A-Z, 0-9
-c, --charset <CHARSET> Supply a custom character set
-f, --factor <FACTOR> TODO [default: 3]
-h, --help Print help
Dependencies
~1.6–2.2MB
~40K SLoC