stable-swap-math 1.8.1

Calculations for the StableSwap invariant
Documentation
//! Math utilities for stable-swap.
#![deny(rustdoc::all)]
#![allow(rustdoc::missing_doc_code_examples)]
#![deny(missing_docs)]
#![deny(clippy::unwrap_used)]
#![deny(clippy::integer_arithmetic)]

pub mod bn;
pub mod curve;
pub mod math;
pub mod pool_converter;
pub mod price;