Skip to content

Command line tooling for generating and inspecting UUIDs

Notifications You must be signed in to change notification settings

Skynoodle/uuid-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Command line tooling for generating and inspecting UUIDs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages