embassy-futures 0.1.1

no-std, no-alloc utilities for working with futures
Documentation
[dependencies.defmt]
optional = true
version = "0.3"

[dependencies.log]
optional = true
version = "0.4.14"

[package]
categories = ["embedded", "no-std", "concurrency", "asynchronous"]
description = "no-std, no-alloc utilities for working with futures"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "embassy-futures"
readme = "README.md"
repository = "https://github.com/embassy-rs/embassy"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["defmt"]

[package.metadata.embassy_docs]
features = ["defmt"]
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-futures-v$VERSION/embassy-futures/src/"
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-futures/src/"
target = "thumbv7em-none-eabi"