[][src]Module speedruns::utils

Utilities that should probably go somewhere more specific. Shared utils.

Enums

Base36DecodingError

Errors for u64_from_base36.

Functions

base36

Encodes a u64 value to a lowercase base 36 string.

slugify

Converts a string into a canonical URL-safe slug containing only lowercase letters, digits, and hyphen-dashes.

src_slugify
u64_from_base36

Decodes a nonzero lowercase base 36 string to an u64.