//! Curve invariant implementations
pub mod base;
pub mod calculator;
pub mod constant_product;
pub mod flat;
pub mod math;
pub mod stable;