async-coap-tokio

Crates.ioasync-coap-tokio
lib.rsasync-coap-tokio
version0.1.0
sourcesrc
created_at2019-09-19 19:19:46.761188
updated_at2019-09-19 19:19:46.761188
descriptionTokio back-end for `async-coap::datagram`
homepage
repositoryhttps://github.com/google/rust-async-coap/tree/master/async-coap-tokio
max_upload_size
id166035
size17,128
Robert Quattlebaum (darconeous)

documentation

https://docs.rs/async-coap-tokio/

README

Tokio-based AsyncDatagramSocket backend for async-coap

Crates.io API

This crate provides TokioAsyncUdpSocket: an asynchronous, Tokio-based implementation of AsyncDatagramSocket for use with DatagramLocalEndpoint.

See the crate documentation for more information.

Usage

Add this to your Cargo.toml:

[dependencies]
async-coap = "0.1"
async-coap-tokio = "0.1"

License

async-coap-tokio is released under the Apache 2.0 license.

Copyright (c) 2019 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Disclaimer

This is not an officially supported Google product.

Commit count: 39

cargo fmt