usbd_mass_storage 0.1.0

usb-device implementation that provides a USB mass storage class device
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# usbd_mass_storage

[![Crate](https://img.shields.io/crates/v/usbd_mass_storage.svg)](https://crates.io/crates/usbd_mass_storage)
[![Documentation](https://docs.rs/usbd_mass_storage/badge.svg)](https://docs.rs/usbd_mass_storage)

[`usb-device`](https://crates.io/crates/usb-device) implementation that provides a USB mass storage class device.

## License

Free and open source software distributed under the terms of both the [MIT License][lm] and the [Apache License 2.0][la].

[lm]: LICENSE-MIT
[la]: LICENSE-APACHE