3 releases
0.1.2 | Feb 7, 2024 |
---|---|
0.1.1 | Oct 1, 2023 |
0.1.0 | Sep 30, 2023 |
#34 in #uuid
26 downloads per month
5KB
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]
Dependencies
~1.6–2.3MB
~43K SLoC