1#![cfg_attr(docsrs, feature(doc_auto_cfg))] 2mod bindgen; 3mod manual; 4pub use crate::bindgen::*; 5pub use manual::*;