3 stable releases

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

#123 in Compression

Download history 136/week @ 2024-09-24 103/week @ 2024-10-01 69/week @ 2024-10-08 31/week @ 2024-10-15 29/week @ 2024-10-22 70/week @ 2024-10-29 14/week @ 2024-11-05 19/week @ 2024-11-12 43/week @ 2024-11-19 29/week @ 2024-11-26 48/week @ 2024-12-03 64/week @ 2024-12-10 32/week @ 2024-12-17 17/week @ 2024-12-31 67/week @ 2025-01-07

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

MPL-2.0 license

8KB
84 lines

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.


lib.rs:

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.

Dependencies

~5–13MB
~239K SLoC