Constant upid::ENCODE

source ·
pub const ENCODE: &[u8; 32] = b"234567abcdefghijklmnopqrstuvwxyz";
Expand description

32-character alphabet modified from Crockford’s Numbers first for sensible sorting, but full lower-case latin alphabet so any sensible prefix can be used Effectively a mapping from 8 bit byte -> 5 bit int -> base32 character