weasel-gen

Crates.ioweasel-gen
lib.rsweasel-gen
version1.0.0
created_at2025-04-21 19:55:50.29761+00
updated_at2025-04-21 19:55:50.29761+00
descriptionRandom ascii generation animation until target string is met
homepagehttps://github.com/adam-gaia/weasel-gen
repositoryhttps://github.com/adam-gaia/weasel-gen
max_upload_size
id1643145
size28,530
Adam Gaia (adam-gaia)

documentation

README

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
Commit count: 5

cargo fmt