1
2
3
4
5
6
7
#![cfg_attr(docsrs, feature(doc_cfg))]
#![deny(clippy::all)]
#![allow(clippy::ptr_arg)]

pub use crate::generated::*;

mod generated;