11 releases (4 stable)

Uses old Rust 2015

1.1.0 Dec 14, 2023
1.0.2 May 20, 2022
1.0.1 Feb 3, 2021
0.1.6 Feb 3, 2021
0.1.3 Dec 12, 2018

#19 in Windows APIs

Download history 37001/week @ 2023-12-18 25898/week @ 2023-12-25 40048/week @ 2024-01-01 43242/week @ 2024-01-08 47809/week @ 2024-01-15 53525/week @ 2024-01-22 60363/week @ 2024-01-29 50059/week @ 2024-02-05 60019/week @ 2024-02-12 53215/week @ 2024-02-19 62186/week @ 2024-02-26 64747/week @ 2024-03-04 57881/week @ 2024-03-11 71795/week @ 2024-03-18 73162/week @ 2024-03-25 75247/week @ 2024-04-01

281,889 downloads per month
Used in 319 crates (8 directly)

MIT license

67KB
1.5K SLoC

uds_windows

Forked from https://github.com/Azure/mio-uds-windows

A library for integrating Unix Domain Sockets on Windows. Similar to the standard library's support for Unix sockets.

Structure

Most of the exported types in uds_windows are analagous to the Unix-specific types in std, but have been adapted for Windows.

Two "extension" traits, UnixListenerExt and UnixStreamExt, and their implementations, were adapted from their TCP counterparts in the miow library.

Windows support for Unix domain sockets

Support for Unix domain sockets was introduced in Windows 10 Insider Build 17063. It became generally available in version 1809 (aka the October 2018 Update), and in Windows Server 1809/2019.

License

This project is licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT).

Dependencies

~0–10MB
~81K SLoC