async-datagram 3.0.0

Async datagram traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "async-datagram"
version = "3.0.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustasync/async-datagram"
documentation = "https://docs.rs/async-datagram"
description = "Async datagram traits."
keywords = ["async", "datagram", "udp", "packet", "futures"]
categories = ["asynchronous", "network-programming", "web-programming"]
authors = ["The Rust Async Ecosystem Working Group"]
readme = "README.md"
edition = "2018"

[dependencies]

[dev-dependencies]