1 2 3 4 5 6 7
#![forbid(unsafe_code)] #![forbid(clippy::allow_attributes)] #![deny(clippy::pedantic)] mod driver; pub use driver::Driver;