1 2 3 4 5 6 7 8 9
//! Basic Neo type representations derived from Solidity type strings. use thiserror::Error; include!("type_system/types.rs"); include!("type_system/parse.rs"); #[cfg(test)] mod tests;