st7735-async-low 0.0.2

Low-level async library for 4-wire serial ST7735.
Documentation
[package]
name = "st7735-async-low"
version = "0.0.2"
authors = ["Cheng Sheng <chengsheng@google.com>"]
license = "Apache-2.0"
categories = ["asynchronous", "embedded", "no-std"]
keywords = ["st7735", "futures", "api", "async", "await"]
edition = "2018"
description = "Low-level async library for 4-wire serial ST7735."
repository = "https://github.com/jeru/st7735-async-low"

[dependencies]
paste = "1.0"

[dev-dependencies]
predicates = "1.0"

[dev-dependencies.tokio]
version = "1.4"
features = ["rt"]

[dev-dependencies.mockall]
version = "0.9"
features = ["nightly"]