spl_simplified/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
// mod simplespl;

#[cfg(feature = "associated_token")]
pub mod associated_token;

#[cfg(feature = "metadata")]
pub mod metadata;

#[cfg(feature = "token")]
pub mod token;

#[cfg(feature = "simplespl")]
pub mod simplespl;