parcl-math 1.0.0

A Rust math library for solana programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod conversions;
pub mod errors;
pub mod precise_number;
pub mod try_math;
pub mod uint;

pub use crate::uint::*;
pub use conversions::*;
pub use errors::*;
pub use precise_number::*;
pub use try_math::*;