1
0
Fork 0
mirror of https://codeberg.org/icewind/mitemp-rs.git synced 2026-06-03 17:24:08 +02:00
This commit is contained in:
Robin Appelman 2020-01-19 16:29:22 +01:00
commit c51f1988d9
4 changed files with 143 additions and 8 deletions

4
examples/test.rs Normal file
View file

@ -0,0 +1,4 @@
fn main() -> Result<(), btleplug::Error> {
mitemp::test()?;
Ok(())
}