fastnum 0.7.5

Fast decimal numbers library
Documentation
1
2
3
4
5
6
7
8
9
10
11
use crate::int::common::from::int::test_impl;

test_impl!(U, 64);
test_impl!(U, 128);
test_impl!(U, 256);
test_impl!(U, 512);

test_impl!(I, 64);
test_impl!(I, 128);
test_impl!(I, 256);
test_impl!(I, 512);