https://github.com/batmac/generand
crate to generate random sequences from your string/vec/iterator symbols.
https://github.com/batmac/generand
Last synced: about 1 year ago
JSON representation
crate to generate random sequences from your string/vec/iterator symbols.
- Host: GitHub
- URL: https://github.com/batmac/generand
- Owner: batmac
- License: mit
- Created: 2022-05-23T18:43:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T18:36:45.000Z (over 1 year ago)
- Last Synced: 2025-04-15T15:12:22.723Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generand
[](https://github.com/batmac/generand/actions/workflows/rust.yml)


crate to generate random sequences from your string/vec/iterator symbols.
- `cargo install generand --features=bin` to install the cli tool `generand`:
```
USAGE:
generand [OPTIONS] [DICTIONARY]
ARGS:
OPTIONS:
-c, --cats
-d, --digits
-f, --full
-h, --hex
--help Print help information
-n, --number [default: 1]
-s, --size [default: 12]
-V, --version Print version information
```
# EXAMPLE
```
$ generand -n 15
LE8Nd1gemH5g Pe17VgBKe74U 4bbNdQ16mWIp hxNMwlqoHD8W 3Wd2EEBKdhxw aVuXwSvUP4im
Yhmx6KP2bdyI iincIf6FUdqp GrA5l5VlJJKT ldZBH2AlhDsf nTTYWvlXW5Ss e3FHFVNQ5PrO
Wo97SaSIewBG O6OCdQVblgsH h1ypG5vMv65a
```
( or add `generand` in dependencies in your Cargo.toml to use the crate.)