#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

#1100 in Asynchronous

Download history 16/week @ 2023-11-29 12/week @ 2023-12-06 21/week @ 2023-12-13 23/week @ 2023-12-20 7/week @ 2023-12-27 24/week @ 2024-01-03 55/week @ 2024-01-10 31/week @ 2024-01-17 62/week @ 2024-01-24 83/week @ 2024-01-31 23/week @ 2024-02-07 75/week @ 2024-02-14 87/week @ 2024-02-21 59/week @ 2024-02-28 42/week @ 2024-03-06 49/week @ 2024-03-13

245 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
~103K SLoC