#unix #uds #io #async-io #async

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

#1146 in Asynchronous

Download history 64/week @ 2024-03-13 47/week @ 2024-03-20 44/week @ 2024-03-27 52/week @ 2024-04-03 33/week @ 2024-04-10 39/week @ 2024-04-17 55/week @ 2024-04-24 192/week @ 2024-05-01 411/week @ 2024-05-08 121/week @ 2024-05-15 118/week @ 2024-05-22 298/week @ 2024-05-29 221/week @ 2024-06-05 61/week @ 2024-06-12 195/week @ 2024-06-19 268/week @ 2024-06-26

774 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

~6.5MB
~104K SLoC