usb-descriptor-decoder 0.1.0

A no-std extensible USB Descriptor Decoder, support organize Descriptors as tree structure
Documentation
1
2
3
4
5
6
7
#![no_std]
#![feature(if_let_guard, let_chains)]
#![allow(dead_code)]

extern crate alloc;

pub mod descriptors;