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
Modules§
- mir
- The MIR takes its data from HIR and makes sure all required data is there and all optional data is filled in with defaults.
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).