1#![doc = include_str!("../Readme.md")] 2 3pub mod seq; 4pub mod newtype_struct; 5pub mod rust_struct; 6pub mod rust_enum; 7pub mod dependent_tuple; 8pub mod map;