spl_simplified/
lib.rs

1
2
3
4
5
6
7
8
#[cfg(feature = "associated_token")]
pub mod associated_token;

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

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