parcl-math 1.0.0

A Rust math library for solana programs
Documentation
1
2
3
4
5
6
7
8
9
use uint::construct_uint;

construct_uint! {
    pub struct U256(4);
}

construct_uint! {
    pub struct U192(3);
}