pnpid 1.0.3

a tiny library to map PNP IDs with company/vendor names
Documentation
[build-dependencies.csv]
version = "1.3"

[build-dependencies.serde]
version = "1.0.214"

[features]
array = []
default = ["array"]

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

[package]
authors = ["Barrett Ray <contact@barretts.club>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["hardware-support", "no-std", "no-std::no-alloc"]
description = "a tiny library to map PNP IDs with company/vendor names"
edition = "2021"
keywords = ["pnp", "pnpid"]
license = "MPL-2.0"
name = "pnpid"
readme = "README.md"
repository = "https://github.com/onkoe/pnpid"
version = "1.0.3"

[[test]]
name = "no_std"
path = "tests/no_std.rs"

[[test]]
name = "works"
path = "tests/works.rs"