meteora_damm_rust_sdk/
lib.rs

1//! This code was AUTOGENERATED using the codama library.
2//! Please DO NOT EDIT THIS FILE, instead use visitors
3//! to add features, then rerun codama to update it.
4//!
5//! <https://github.com/codama-idl/codama>
6//!
7
8pub mod accounts;
9pub mod errors;
10pub mod instructions;
11pub mod math;
12pub mod programs;
13pub mod shared;
14pub mod types;
15
16pub use programs::*;