quuidy

Crates.ioquuidy
lib.rsquuidy
version0.1.2
sourcesrc
created_at2023-09-30 03:52:25.521571
updated_at2024-02-07 12:07:14.133779
descriptionThe simplest UUID v4 && v7 generation cli tool out there.
homepage
repository
max_upload_size
id988371
size12,535
Jer (alphastrata)

documentation

README

quuidy

CLI application to generate v4 type UUIDs, -n number of them.

Usage

To generate v4 UUIDs, use the following command:

./quuidy -n [number]

Replace [number] with the desired number of UUIDs to generate.

Prerequisites

Make sure you have Rust installed on your system. You can install Rust from rustup.rs.

Install

cargo install quuidy

Build

To build the application, run:

cargo build --release

Run

To run the application, use the following command:

./target/release/uuid_generator -n [number]
# or, if installed via cargo
quuidy -n [number]
Commit count: 0

cargo fmt