9 lines
117 B
Rust
Raw Normal View History

//! The Stablecoin Program implementation.
pub use stablecoin_core as core;
pub mod noop;
#[cfg(test)]
mod tests;