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 the tokens of the DSL lang to the generated device driver (or a compile error).
- Transform the json string to the generated device driver (or a compile error).
- Transform the toml string to the generated device driver (or a compile error).
- Transform the yaml string to the generated device driver (or a compile error).