1 2 3 4 5 6 7
//! Construct Julia types, check their properties, and create types that contain Rust data. pub mod abstract_type; pub mod construct_type; pub mod foreign_type; pub mod primitive_type; pub mod typecheck;