1#![cfg_attr(not(feature = "std"), no_std)] 2mod generated; 3mod types; 4 5pub use generated::*; 6pub use types::{Argument, ArgumentError};