Crate device_driver_generation

Source
Expand description

§Device driver generation crates.io Documentation

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).