lssa/programs/amm/src/lib.rs
2026-02-25 17:37:49 -05:00

12 lines
159 B
Rust

//! The AMM Program implementation.
pub use amm_core as core;
pub mod add;
pub mod new_definition;
pub mod remove;
pub mod swap;
mod full_tests;
mod tests;