Crates.io | uxid |
lib.rs | uxid |
version | 0.0.1 |
source | src |
created_at | 2020-07-28 17:49:33.602922 |
updated_at | 2020-07-28 17:49:33.602922 |
description | User eXperience based IDentifiers |
homepage | |
repository | https://github.com/riddler/uxid |
max_upload_size | |
id | 270563 |
size | 1,347 |
User Experience focused Identifiers
Report Bug / Request Feature
UXIDs are identifiers which:
describe the resource (to help in debugging and investigation)
work well with copy and paste (double clicking should select the entire ID)
can be shortened for low cardinality resources
are very unlikely to collide
are secure against enumeration attacks
can be generated by application code (not tied to the datastore)
are K-sortable (lexicographically sortable by time - works well with datastore indexing)
do not require any coordination (human or automated) at startup, or generation
To get a local copy up and running follow these simple steps.
git clone https://github.com/riddler/uxid.git
cd uxid
./bin/setup
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Adds some AmazingFeature'
)git push origin feature/AmazingFeature
)See the Contribution Guidelines for more information
Distributed under the MIT License. See LICENSE
for more information.
JohnnyT - @johnny_t
Project Link: https://github.com/riddler/uxid
ULID Universally Unique Lexicographically Sortable Identifier.