1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#![cfg_attr(docsrs, feature(doc_cfg))] pub use ffi; #[macro_use] mod rt; pub use auto::*; mod auto; pub mod functions { pub use super::auto::functions::*; } pub use rt::*;