Crates.io | async-coap-tokio |
lib.rs | async-coap-tokio |
version | 0.1.0 |
source | src |
created_at | 2019-09-19 19:19:46.761188 |
updated_at | 2019-09-19 19:19:46.761188 |
description | Tokio back-end for `async-coap::datagram` |
homepage | |
repository | https://github.com/google/rust-async-coap/tree/master/async-coap-tokio |
max_upload_size | |
id | 166035 |
size | 17,128 |
AsyncDatagramSocket
backend for async-coap
This crate provides TokioAsyncUdpSocket
: an asynchronous, Tokio-based
implementation of AsyncDatagramSocket
for use with DatagramLocalEndpoint
.
See the crate documentation for more information.
Add this to your Cargo.toml
:
[dependencies]
async-coap = "0.1"
async-coap-tokio = "0.1"
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.
This is not an officially supported Google product.