embedded_driver_template/
lib.rs

1#![cfg_attr(not(test), no_std)]
2
3#[cfg(test)]
4mod tests {
5    use super::*;
6}