#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

#23 in #uds

Download history 1/week @ 2024-11-13 7/week @ 2024-11-20 30/week @ 2024-11-27 33/week @ 2024-12-04 72/week @ 2024-12-11 24/week @ 2024-12-18 18/week @ 2025-01-01 23/week @ 2025-01-08 50/week @ 2025-01-15 33/week @ 2025-01-22 17/week @ 2025-01-29 55/week @ 2025-02-05 41/week @ 2025-02-12 30/week @ 2025-02-19 74/week @ 2025-02-26

204 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
~107K SLoC