Module base_n

Source
Expand description

Converts unsigned integers into a string representation with some base. Bases up to and including 36 can be used for case-insensitive things.

Structs§

BaseNString

Constants§

ALPHANUMERIC_ONLY
BASE_64 🔒
CASE_INSENSITIVE
MAX_BASE

Traits§

ToBaseN