xhci 0.2.3

A library to handle xHCI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "xhci"
version = "0.2.3"
authors = ["Hiroki Tokunaga <tokusan441@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A library to handle xHCI"
repository = "https://github.com/toku-sa-n/xhch"
readme = "README.md"
categories = ["no-std", "os"]
keywords = ["no_std", "OS"]

[badges]
github = { repository = "toku-sa-n/xhci", workflow = "Rust" }

[dependencies]
bit_field = "0.10.1"