spl_token_client/
lib.rs

1#![allow(clippy::arithmetic_side_effects)]
2pub mod client;
3pub mod output;
4pub mod token;
5
6pub use spl_token_2022;