balancer-maths-rust 0.5.0

Balancer V3 mathematics library in Rust
Documentation
1
2
3
4
5
6
7
8
pub mod gyro_eclp_data;
pub mod gyro_eclp_math;
pub mod gyro_pool_math;
pub mod signed_fixed_point;
pub use gyro_eclp_data::*;
pub use gyro_eclp_math::*;
mod gyro_eclp_pool;
pub use gyro_eclp_pool::GyroECLPPool;