1 unstable release

0.1.0 Sep 19, 2019

#13 in #datagram

Apache-2.0

435KB
7.5K SLoC

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.

Dependencies

~10MB
~191K SLoC