drgdfu 0.6.0

A DFU update tool and library for devices with DFU capabilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![feature(type_alias_impl_trait)]

mod firmware;

pub use firmware::*;

#[cfg(feature = "ble")]
mod gatt;

#[cfg(feature = "ble")]
pub use gatt::*;