Select Git revision
Joakim Lundberg authored
README.md 442 B
XoAP (NOT WORKING YET)
CoAp for embedded systems in Rust.
Based on coap by Covertness
Installation
First add this to your Cargo.toml:
[dependencies.xoap]
version = "0.1.0"
git = "https://github.com/Shawnshank/xoap"
Then, add this to your crate root:
extern crate xoap;