3 stable releases

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

#130 in Compression

Download history 29/week @ 2024-08-16 42/week @ 2024-08-23 86/week @ 2024-08-30 31/week @ 2024-09-06 236/week @ 2024-09-13 142/week @ 2024-09-20 136/week @ 2024-09-27 59/week @ 2024-10-04 56/week @ 2024-10-11 26/week @ 2024-10-18 52/week @ 2024-10-25 41/week @ 2024-11-01 13/week @ 2024-11-08 40/week @ 2024-11-15 18/week @ 2024-11-22 53/week @ 2024-11-29

127 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–12MB
~235K SLoC