irq 0.2.3

Scoped interrupt handlers and interrupt locks for sharing data
Documentation
1
2
3
4
5
6
7
8
9
10
//! Includes `README.md` as a doc comment so we test examples in it.

macro_rules! doc {
    ($e:expr) => {
        #[doc = $e]
        extern {}
    };
}

doc!(include_str!("../README.md"));