tokio-tcp 0.1.4

TCP bindings for tokio.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 0.1.3 (January 6, 2019)

* Deprecate `TcpStream::try_clone()` (#824).
* Add examples to TcpListener and TcpStream API docs (#775).

# 0.1.2 (September 27, 2018)

* Documentation tweaks

# 0.1.1 (August 6, 2018)

* Add `TcpStream::try_clone` (#448)

# 0.1.0 (March 23, 2018)

* Initial release