fastnum2 0.3.2

fork of Fast decimal numbers library
Documentation
1
2
3
use crate::decimal::UnsignedDecimal;

impl<const N: usize> zeroize::DefaultIsZeroes for UnsignedDecimal<N> {}