uuidv7

UUIDv7 implementation

5 releases

0.1.4 Jun 17, 2024
0.1.3 Dec 15, 2023
0.1.2 Oct 30, 2023
0.1.1 Mar 17, 2022
0.1.0 Mar 17, 2022
Download history 54/week @ 2024-07-12 88/week @ 2024-07-19 104/week @ 2024-07-26 75/week @ 2024-08-02 92/week @ 2024-08-09 74/week @ 2024-08-16 97/week @ 2024-08-23 62/week @ 2024-08-30 105/week @ 2024-09-06 98/week @ 2024-09-13 122/week @ 2024-09-20 103/week @ 2024-09-27 223/week @ 2024-10-04 126/week @ 2024-10-11 196/week @ 2024-10-18 210/week @ 2024-10-25

781 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

~51–450KB