ruspiro-interrupt 0.4.3

Providing a simple and convinient way to implement interrupt handler for Raspberry Pi interrupts.
[badges.maintenance]
status = "actively-developed"
[dependencies.futures-util]
default-features = false
optional = true
version = "~0.3.14"

[dependencies.paste]
version = "~1.0"

[dependencies.ruspiro-channel]
version = "~0.1.1"

[dependencies.ruspiro-interrupt-macros]
version = "~0.3"

[dependencies.ruspiro-mmio-register]
version = "~0.1.2"

[dependencies.ruspiro-singleton]
version = "~0.4.2"

[features]
async = ["futures-util", "ruspiro-interrupt-macros/async", "ruspiro-channel/async"]
ruspiro_pi3 = []

[lib]

[package]
authors = ["Andre Borrmann <pspwizard@gmx.de>"]
categories = ["no-std", "embedded"]
description = "Providing a simple and convinient way to implement interrupt handler for Raspberry Pi interrupts.\n"
documentation = "https://docs.rs/ruspiro-interrupt/0.4.3"
edition = "2018"
exclude = ["Makefile.toml"]
keywords = ["RusPiRo", "baremetal", "raspberrypi", "interrupt"]
license = "Apache-2.0 OR MIT"
links = "ruspiro_interrupt"
name = "ruspiro-interrupt"
readme = "../README.md"
repository = "https://github.com/RusPiRo/ruspiro-interrupt/tree/v0.4.3"
version = "0.4.3"