//! Driver crate #![deny(missing_docs)] #![deny(clippy::missing_docs_in_private_items)] #![cfg_attr(not(test), no_std)] pub mod ir;