embedded-update 0.12.0

Firmware updates for embedded devices supporting multiple update services
1
2
3
4
5
//! Implementations of the `UpdateService` trait.
mod memory;
mod serial;

pub use {memory::*, serial::*};