| Crates.io | weasel-gen |
| lib.rs | weasel-gen |
| version | 1.0.0 |
| created_at | 2025-04-21 19:55:50.29761+00 |
| updated_at | 2025-04-21 19:55:50.29761+00 |
| description | Random ascii generation animation until target string is met |
| homepage | https://github.com/adam-gaia/weasel-gen |
| repository | https://github.com/adam-gaia/weasel-gen |
| max_upload_size | |
| id | 1643145 |
| size | 28,530 |
This crate provides the binary wgen, which is a weasel program for displaying simple ascii animations.
TODO: Include gif
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