6 releases
Uses old Rust 2015
0.1.1 | Nov 11, 2017 |
---|---|
0.1.0 | Feb 27, 2017 |
0.0.2 | Feb 25, 2017 |
0.0.1 | Feb 25, 2017 |
#1146 in Asynchronous
774 downloads per month
Used in 5 crates
(via libvirt-rpc)
10KB
145 lines
This crate provides a drop in replacement for the TcpClient
and TcpServer
from
tokio-proto
that operates over Unix domain sockets instead of a TCP connection. This crate
is missing the threads()
method from TcpServer
since Unix domain sockets do not support
SO_REUSEADDR
.
Dependencies
~6.5MB
~104K SLoC