1 2 3 4 5 6 7 8 9 10
pub const NAME: &'static str = "tnn"; pub const VERSION: &'static str = env!("CARGO_PKG_VERSION"); pub mod calls; mod core; pub use core::*; mod helper; pub use helper::*;