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

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