uuidrs

Crates.iouuidrs
lib.rsuuidrs
version0.1.0
sourcesrc
created_at2021-11-14 10:54:47.932757
updated_at2021-11-14 10:54:47.932757
descriptionUniversally Unique Identifier Command-Line Tool in Rust
homepagehttps://mad4j.github.io/rusted-uuidrs/
repositoryhttps://github.com/mad4j/rusted-uuidrs
max_upload_size
id481686
size95,866
Daniele Olmisani (mad4j)

documentation

README

rusted-uuidrs

simple UUID command line generation tool

uuidrs 0.1.0
github.com/mad4j
Universally Unique Identifier Command-Line Tool in Rust

USAGE:
    uuidrs.exe [OPTIONS]

FLAGS:
    -h, --help    Prints help information

OPTIONS:
    -c, --count <count>        number of ids to be generated [default: 1]
    -f, --format <format>      format of generated ids {str|siv} [default: str]
    -v, --version <version>    type of generated ids {nil|mac|dce|md5|random|sha1} [default: random]
Commit count: 13

cargo fmt