device-driver 0.5.3

A toolkit to write better device drivers, faster
Documentation
[[example]]
name = "test-json-driver"
required-features = ["json"]

[[example]]
name = "test-yaml-driver"
required-features = ["yaml"]

[[example]]
name = "test-macro-driver"
[dependencies.bitvec]
default-features = false
version = "1.0.1"

[dependencies.device-driver-macros]
version = "0.5.3"

[dependencies.funty]
default-features = false
version = "2.0.0"

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

[features]
json = ["device-driver-macros/json"]
yaml = ["device-driver-macros/yaml"]

[package]
authors = ["Dion Dokter <diondokter@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "A toolkit to write better device drivers, faster"
edition = "2021"
homepage = "https://github.com/diondokter/device-driver"
keywords = ["no_std", "device", "driver", "toolkit"]
license = "MIT OR Apache-2.0"
name = "device-driver"
readme = "README.md"
repository = "https://github.com/diondokter/device-driver"
version = "0.5.3"