Random *and* time-correlated unique identifier.
This repository has been archived on 2022-05-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-05-30 13:33:22 -04:00
src Overhaul the crate 2022-05-30 13:32:36 -04:00
.gitignore Remove Cargo.lock 2022-05-30 07:46:13 -04:00
Cargo.toml Bump version 2022-05-30 13:33:22 -04:00
LICENSE-APACHE Add license 2021-05-21 11:01:50 -04:00
LICENSE-MIT Add license 2021-05-21 11:01:50 -04:00
README.md Initial commit 2021-01-18 21:46:02 -05:00

Nano-Random IDentifier.

Made of a 64-bit seconds, 32-bit nanoseconds, and 32-bit secure-randomness, the NRID is suitable for cases where you want a secure-random, unique identifier like a UUID, but you also want the identifier to be correlated with the time of creation.