fastnum 0.7.4

Fast decimal numbers library
Documentation
1
2
3
use crate::bint::Int;

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