tokio-uds 0.2.3

Unix Domain sockets for Tokio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 0.2.3 (October 23, 2018)

* Fix build on NetBSD (#715).

# 0.2.2 (September 27, 2018)

* Fix bug in `UdsStream::read_buf` (#672).

# 0.2.1 (August 19, 2018)

* Re-export `ConnectFuture` (#430).
* bug: Fix `recv_from` (#452).
* bug: Fix build on FreeBSD.

# 0.2.0 (June 6, 2018)

* Initial 0.2 release.