embedded-devices 0.10.3

Device driver implementations for many embedded sensors and devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod callendar_van_dusen;

#[allow(unused)]
macro_rules! reexport_structs {
    ($common_path:path, { $($struct:ident),* $(,)? }) => {
        paste::paste! {
            $(
                pub use $common_path::$struct;
                pub use $common_path::[<$struct Unpacked>];
            )*
        }
    };
}
#[allow(unused)]
pub(crate) use reexport_structs;