device-driver-macros

Crates.iodevice-driver-macros
lib.rsdevice-driver-macros
version
sourcesrc
created_at2024-01-07 20:45:04.700053
updated_at2024-11-29 14:39:51.838441
descriptionProc macro implementation for the `device-driver` crate
homepagehttps://github.com/diondokter/device-driver
repositoryhttps://github.com/diondokter/device-driver
max_upload_size
id1092026
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Dion Dokter (diondokter)

documentation

README

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

Macro implemenation crate for the device driver toolkit.

This crate is not meant to be consumed directly. Read more here: https://crates.io/crates/device-driver

Commit count: 279

cargo fmt