#uds #unix

tokio-uds-proto

Unix Domain sockets working with tokio-proto

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

#1177 in Asynchronous

Download history 318/week @ 2024-07-20 353/week @ 2024-07-27 216/week @ 2024-08-03 228/week @ 2024-08-10 224/week @ 2024-08-17 257/week @ 2024-08-24 216/week @ 2024-08-31 166/week @ 2024-09-07 270/week @ 2024-09-14 424/week @ 2024-09-21 265/week @ 2024-09-28 239/week @ 2024-10-05 14/week @ 2024-10-12 5/week @ 2024-10-19 6/week @ 2024-10-26 23/week @ 2024-11-02

53 downloads per month
Used in 5 crates (via libvirt-rpc)

MIT license

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

~7MB
~108K SLoC