async-embedded-traits 0.1.0

A set of async traits for embedded systems
Documentation
#![no_std]
#![feature(generic_associated_types)]

pub mod serial;
pub mod spi;