1#![no_std] 2#![cfg_attr(__unstable_doc, feature(doc_auto_cfg, doc_notable_trait))] 3 4pub mod error; 5pub mod yes_no;