embedded-hal-async 0.1.0-alpha.1

An asynchronous Hardware Abstraction Layer (HAL) for embedded systems
Documentation
[package]
authors = [
  "The Embedded HAL Team and Contributors <embedded-hal@teams.rust-embedded.org>",
]
categories = ["asynchronous", "embedded", "hardware-support", "no-std"]
description = "An asynchronous Hardware Abstraction Layer (HAL) for embedded systems"
documentation = "https://docs.rs/embedded-hal-async"
edition = "2018"
keywords = ["hal", "IO"]
license = "MIT OR Apache-2.0"
name = "embedded-hal-async"
readme = "README.md"
repository = "https://github.com/rust-embedded/embedded-hal"
version = "0.1.0-alpha.1"

[dependencies]
embedded-hal = { version = "=1.0.0-alpha.8", path = ".." }