embedded-update 0.12.0

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

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