fastnum 0.7.4

Fast decimal numbers library
Documentation
1
2
3
4
5
6
7
macro_rules! carrying_impl {
    ($Ty: ident, $sign: ident) => {
        impl<const N: usize> $Ty<N> {}
    };
}

pub(crate) use carrying_impl;