1#![cfg_attr(docsrs, feature(doc_cfg))] 2#![deny(clippy::all)] 3#![allow(clippy::ptr_arg)] 4 5pub use crate::generated::*; 6 7mod generated;