dfu-nusb 0.1.1

Implementation of DFU using nusb and dfu-core
Documentation
1
2
3
4
5
6
7
8
9
![CI](https://github.com/dfu-rs/dfu-nusb/actions/workflows/ci.yml/badge.svg)
[![Latest Version](https://img.shields.io/crates/v/dfu-nusb.svg)](https://crates.io/crates/dfu-nusb)
![License](https://img.shields.io/crates/l/dfu-nusb)
[![Docs.rs](https://docs.rs/dfu-nusb/badge.svg)](https://docs.rs/dfu-nusb)
[![LOC](https://tokei.rs/b1/github/dfu-rs/dfu-nusb)](https://github.com/dfu-rs/dfu-nusb)
[![Dependency Status](https://deps.rs/repo/github/dfu-rs/dfu-nusb/status.svg)](https://deps.rs/repo/github/dfu-rs/dfu-nusb)
# DFU library implementation using nusb

Implementation of DFU using nusb and dfu-core.