usbd-human-interface-device 0.1.0

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

[dependencies.embedded-time]
version = "0.12"

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

[dependencies.hash32]
version = "0.2"

[dependencies.hash32-derive]
version = "0.1"

[dependencies.heapless]
version = "0.7"

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

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

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

[dependencies.usb-device]
version = "0.2"
[dev-dependencies.env_logger]
version = "0.9.0"

[package]
authors = ["DLKJ"]
categories = ["no-std", "embedded"]
description = "Batteries included embedded USB HID library for usb-device. Includes concrete Keyboard (boot and NKRO), Mouse 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"
repository = "https://github.com/dlkj/usbd-human-interface-device"
resolver = "2"
version = "0.1.0"