#uuid #cli #command-line-tool #唯一标识符 #rfc4122

应用 uuidrs

Rust 中的通用唯一标识符命令行工具

1 个不稳定版本

0.1.0 2021年11月14日

58#唯一标识符 中排名

GPL-3.0 许可证

52KB
169 代码行

rusted-uuidrs

简单的 UUID 命令行生成工具

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]

依赖项

~4MB
~72K SLoC