uuid-tools

Crates.iouuid-tools
lib.rsuuid-tools
version0.2.0
sourcesrc
created_at2020-08-25 18:49:50.457367
updated_at2020-09-13 10:56:24.337445
descriptionSimple command-line tooling for generating and inspecting UUIDs
homepage
repositoryhttps://github.com/Skynoodle/uuid-tools
max_upload_size
id280658
size22,553
(Skynoodle)

documentation

README

UUID Tools

This package is intended as a set of simple, useful command-line tooling for generating and inspecting UUIDs. It is currently very much a toy project, and should not be relied upon for any critical uuid generation - it lacks proper support for generating any but Nil and v4 Random UUIDs.

The package provides a single binary crate, uuid, which accepts an optional argument specifying a uuid to decode and provide details. If absent, uuid will instead generate a uuid, defaulting to v4 random.

Any successful invocation of uuid will cause either the parsed or generated uuid to be printed to stdout in the format requested, while all additional information is listed on stderr for convenient use in command pipelines.

Commit count: 10

cargo fmt