1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#![no_std] pub mod encoding; pub mod errors; pub mod fee; pub mod gas; pub mod message_client_v4; pub mod message_gateway_v4; pub mod pos; pub mod storage; pub mod utils; // #[cfg(proc_macro)] // #[proc_macro_attribute] // pub use macros::default_impl; #[cfg(proc_macro)] pub mod macros;