1#![no_std] 2#![allow(mixed_script_confusables)] 3#![allow(non_camel_case_types)] 4 5pub mod impls; 6pub mod traits; 7pub mod types;