ruduino/src/prelude.rs

5 lines
112 B
Rust
Raw Normal View History

//! Re-exports commonly-used APIs that can be imported at once.
2016-07-06 23:59:51 +00:00
pub use crate::interrupt::without_interrupts;
2016-07-06 23:59:51 +00:00