usbd-hid-macros 0.8.2

Internal crate: contains procedural macros for HID descriptors. Use the `usbd-hid` crate instead, these macros are re-exported there.
Documentation
[dependencies.byteorder]
default-features = false
version = "1.5"

[dependencies.hashbrown]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde]
default-features = false
version = "1.0"

[dependencies.syn]
features = ["extra-traits", "full", "visit"]
version = "1.0"

[dependencies.usbd-hid-descriptors]
version = "0.8.2"

[lib]
proc-macro = true

[package]
authors = ["twitchyliquid64"]
categories = ["embedded", "no-std"]
description = "Internal crate: contains procedural macros for HID descriptors. Use the `usbd-hid` crate instead, these macros are re-exported there."
edition = "2021"
keywords = ["no-std", "usb-device"]
license = "MIT OR Apache-2.0"
name = "usbd-hid-macros"
version = "0.8.2"