4 releases

0.1.3 Dec 15, 2023
0.1.2 Oct 30, 2023
0.1.1 Mar 17, 2022
0.1.0 Mar 17, 2022

#5 in #uid

Download history 2/week @ 2023-12-22 11/week @ 2023-12-29 58/week @ 2024-01-05 51/week @ 2024-01-12 50/week @ 2024-01-19 117/week @ 2024-01-26 97/week @ 2024-02-02 51/week @ 2024-02-09 76/week @ 2024-02-16 75/week @ 2024-02-23 98/week @ 2024-03-01 90/week @ 2024-03-08 76/week @ 2024-03-15 75/week @ 2024-03-22 99/week @ 2024-03-29 140/week @ 2024-04-05

399 downloads per month

MIT license

4KB

UUIDv7 for Rust

A simple UUIDv7 crate.

let uid = uuidv7::create();

This returns a string.

Alternatively, a 16-byte binary array can be returned:

let raw_uid = uuidv7::create_raw();

Dependencies

~54–460KB