uuidv4
A Rust library for generating UUID v4.
Installation
Run:
Or manually add to your Cargo.toml:
[]
= "1.0.0"
Usage
use uuid;
You can play around with UUIDs or generate them online here
A Rust library for generating UUID v4.
Run:
Or manually add to your Cargo.toml:
[]
= "1.0.0"
use uuid;
You can play around with UUIDs or generate them online here