device-driver-cli

Crates.iodevice-driver-cli
lib.rsdevice-driver-cli
version1.0.0-rc.0
sourcesrc
created_at2024-11-10 13:50:16.729962
updated_at2024-11-10 13:50:16.729962
descriptionThe command line tool for the device-driver toolkit
homepagehttps://github.com/diondokter/device-driver
repositoryhttps://github.com/diondokter/device-driver
max_upload_size
id1442927
size20,272
Dion Dokter (diondokter)

documentation

README

Device driver cli 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.

[!TIP] While actively developing the it's better to use the proc macro. With the CLI you'll have to run it every time you update any definition.

With this command line interface you can generate the code for your device driver ahead of time and include! it in your project. This can save extra dependencies for proc macro and thus save on compile time.

Install with:

> cargo install device-driver-cli

Then check out the options with:

device-driver-cli --help
Commit count: 270

cargo fmt