usbd-human-interface-device 0.6.0

Batteries included embedded USB HID library for usb-device. Includes concrete Keyboard (boot and NKRO), Mouse, Joystick and Consumer Control implementations as well as support for building your own HID classes.
Documentation
[dependencies.defmt]
optional = true
version = "1.0"

[dependencies.frunk]
default-features = false
version = "0.4"

[dependencies.fugit]
version = "0.3"

[dependencies.heapless]
version = "0.8"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.num_enum]
default-features = false
version = "0.7"

[dependencies.option-block]
version = "0.3"

[dependencies.packed_struct]
default-features = false
version = "0.10"

[dependencies.usb-device]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.11"

[features]
defmt = ["dep:defmt", "usb-device/defmt"]

[lib]
name = "usbd_human_interface_device"
path = "src/lib.rs"

[package]
authors = ["DLKJ"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "embedded"]
description = "Batteries included embedded USB HID library for usb-device. Includes concrete Keyboard (boot and NKRO), Mouse, Joystick and Consumer Control implementations as well as support for building your own HID classes."
documentation = "https://docs.rs/usbd-human-interface-device"
edition = "2021"
homepage = "https://github.com/dlkj/usbd-human-interface-device"
keywords = ["hid", "usb-device", "usb", "keyboard", "mouse"]
license = "MIT"
name = "usbd-human-interface-device"
readme = "README.md"
repository = "https://github.com/dlkj/usbd-human-interface-device"
version = "0.6.0"