1
2
3
4
5
#![cfg_attr(feature = "dox", feature(doc_cfg))]

pub use auto::{traits::*, *};

mod auto;