unmp-link-serial 0.3.0

serial link for unmp
Documentation
[package]

name = "unmp-link-serial"

version = "0.3.0"

authors = ["rise0chen <rise0chen@163.com>"]

description = "serial link for unmp"

documentation = "https://docs.rs/unmp-link-serial"

homepage = "https://unmp.crise.cn"

repository = "https://gitee.com/unmp/unmp.example.rust.git"

readme = "./README.md"

keywords = ["unmp", "iot", "link", "serial"]

categories = ["embedded"]

license-file = "LICENSE"

edition = "2018"



[dependencies]

embedded-hal = "0.2.4"

nb = "1.0.0"

spin = "0.7"

unmp = { version = "0.3.0", path = "../unmp" }