tokio-udp 0.2.0-alpha.1

UDP bindings for tokio.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 0.1.3 (November 21, 2018)

* Add `RecvDgram::into_parts` (#710).

# 0.1.2 (August 23, 2018)

* Provide methods to inspect readiness (#522)

# 0.1.1 (June 13, 2018)

* Switch to tokio-codec (#360)

# 0.1.0 (Mar 23, 2018)

* Initial release