Rust XHCI Data Structure Types.

This commit is contained in:
Drew 2025-12-05 21:15:00 -08:00
parent d42494f124
commit e621d144e9
8 changed files with 560 additions and 4 deletions

View file

@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bitfield-struct = "0.8.0"
bitfield-struct = "0.12"
mammoth = { path = "../../lib/mammoth/" }