ruspiro-interrupt-macros 0.5.0

Macros used to implement interrupt handler. !!This crate is only useful in conjunction with the `ruspiro-interrupt` crate and shall never be used standalone!!
Documentation
[dependencies.quote]
version = "~1.0"

[dependencies.syn]
features = ["extra-traits", "full"]
version = "~1.0"

[features]
async = []

[lib]
proc-macro = true

[package]
authors = ["Andre Borrmann <pspwizard@gmx.de>"]
categories = ["no-std", "embedded"]
description = "Macros used to implement interrupt handler.\n!!This crate is only useful in conjunction with the `ruspiro-interrupt` crate and shall never be used standalone!!\n"
documentation = "https://docs.rs/ruspiro-interrupt/0.5.0"
edition = "2021"
keywords = ["RusPiRo", "baremetal", "raspberrypi", "interrupt"]
license = "Apache-2.0"
name = "ruspiro-interrupt-macros"
readme = "README.md"
repository = "https://github.com/RusPiRo/ruspiro-interrupt/tree/v0.5.0"
version = "0.5.0"