Skip to main content

DECIMAL_MAX_LEN

Constant DECIMAL_MAX_LEN 

Source
pub const DECIMAL_MAX_LEN: usize = 10;
Expand description

Max digits of a u64 in base 94 (94^10 > 2^64 > 94^9).