3 stable releases

1.0.3 Sep 13, 2024
1.0.1 May 13, 2022
1.0.0 Aug 14, 2020

#1252 in Cryptography

Download history 82/week @ 2025-03-12 53/week @ 2025-03-19 77/week @ 2025-03-26 33/week @ 2025-04-02 90/week @ 2025-04-09 56/week @ 2025-04-16 119/week @ 2025-04-23 72/week @ 2025-04-30 129/week @ 2025-05-07 64/week @ 2025-05-14 22/week @ 2025-05-21 38/week @ 2025-05-28 54/week @ 2025-06-04 79/week @ 2025-06-11 48/week @ 2025-06-18 107/week @ 2025-06-25

293 downloads per month
Used in 3 crates (2 directly)

MPL-2.0 license

8KB
84 lines

Generate slugds.

Slugids are fixed-length (22 characters) URL-safe random identifiers. They contain enough entropy that for all practical purposes they can be considered unique.

See https://github.com/taskcluster/slugid for details.


slugid - Compressed UUIDs for Rust

A package for generating v4 UUIDs and encoding them into 22 character URL-safe base64 slug representation (see RFC 4648 sec. 5).

See https://github.com/taskcluster/slugid for more information on slugIds.

Dependencies

~5–13MB
~248K SLoC