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