Expand description
§Device driver generation

A toolkit to write better device drivers, faster.
Read the book to learn about how to use the project to build your own device drivers.
Compiler implementation crate for the device driver toolkit.
This crate is not meant to be consumed directly. Read more here: https://crates.io/crates/device-driver
Functions§
- transform_
dsl - Transform the tokens of the DSL lang to the generated device driver (or a compile error).
- transform_
json - Transform the json string to the generated device driver (or a compile error).
- transform_
toml - Transform the toml string to the generated device driver (or a compile error).
- transform_
yaml - Transform the yaml string to the generated device driver (or a compile error).