ruspiro-channel 0.1.1

Bare Metal Channel implementations for `no-std` environments, only requiring an allocator to be provided.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.futures-util]
default-features = false
optional = true
version = "~0.3.14"

[dependencies.ruspiro-arch-aarch64]
version = "~0.1.4"

[features]
async = ["futures-util"]

[lib]

[package]
authors = ["2ndTaleStudio <pspwizard@gmx.de>"]
categories = ["no-std", "embedded", "async"]
description = "Bare Metal Channel implementations for `no-std` environments, only requiring an \nallocator to be provided.\n"
documentation = "https://docs.rs/ruspiro-channel/0.1.1"
edition = "2018"
exclude = ["Makefile.toml", ".cargo/config.toml"]
keywords = ["ruspiro", "channel", "async", "raspberrypi"]
license = "MIT OR Apache-2.0"
name = "ruspiro-channel"
readme = "README.md"
repository = "https://github.com/RusPiRo/ruspiro-channel/tree/v0.1.1"
version = "0.1.1"
[package.metadata.docs.rs]
default-target = "aarch64-unknown-linux-gnu"
features = ["async"]