mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-07-07 13:08:09 +02:00
7 lines
133 B
Rust
7 lines
133 B
Rust
//! Driver crate
|
|
|
|
#![deny(missing_docs)]
|
|
#![deny(clippy::missing_docs_in_private_items)]
|
|
#![cfg_attr(not(test), no_std)]
|
|
pub mod ir;
|