1
2
3
4
5
6
//! Type definitions.

#[rustfmt::skip] // Too much for rustfmt
mod generated;

pub use generated::*;