unmp-link-udp 0.1.0

udp link for unmp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "unmp-link-udp"

version = "0.1.0"

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

description = "udp link for unmp"

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

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

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

readme = "./README.md"

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

categories = ["embedded"]

license-file = "LICENSE"

edition = "2018"



[dependencies]

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