Skip to main content

MAX_NUMBER_DIGITS

Constant MAX_NUMBER_DIGITS 

Source
pub const MAX_NUMBER_DIGITS: usize = 28;
Expand description

Maximum significant digits in a number string. rust_decimal supports at most 28; more can panic or overflow in parse or arithmetic.