//! # hopper-finance
//!
//! DeFi math primitives for Hopper programs.
//!
//! AMM constant-product swap formulas, integer square root, K-invariant
//! verification, LP token minting, slippage guards, and economic boundary
//! checks. All u128 intermediates, all overflow-checked, all `#[inline(always)]`.
//!
//! ```rust,ignore
//! use hopper_finance::prelude::*;
//! ```
// ── Re-exports ───────────────────────────────────────────────────────────────
pub use ;
pub use ;