$ uds_windows

v1.2.0MAJOR UPDATE

Unix Domain Sockets for Windows!

Downloads: 20.5M
Recent: 5.0M
Versions: 12
Updated: March 4, 2026

Latest Update Summary

Crate

Name: uds_windows New version: 1.2.0 Release date: 2026-03-04T11:36:00.848218Z

Crate readme

Short description A library for integrating Unix Domain Sockets on Windows.

Long description Support for Unix domain sockets was introduced in Windows 10 and became generally available in version 1809. The library includes types analogous to Unix-specific types adapted for Windows, including two extension traits, UnixListenerExt and UnixStreamExt.

Features • Windows support for Unix domain sockets • Extension traits UnixListenerExt and UnixStreamExt

Code Examples

Linkshttps://github.com/Azure/mio-uds-windowshttps://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windowshttps://github.com/carllerche/miohttps://doc.rust-lang.org/std/os/unix/net/https://github.com/alexcrichton/miowhttp://opensource.org/licenses/MIT

https://api.github.com/repos/haraldh/rust_uds_windows/releases/292938774

Release info

Release version:

Release description

Code Examples

Minor update: 1.1.0 → 1.2.0

$ DOWNLOADS TREND

13.6M20.5M

$ VERSION HISTORY

v1.2.0March 4, 2026
v1.1.0December 14, 2023

$ LINKS

$ INSTALL

cargo add uds_windows

Or add to Cargo.toml: uds_windows = "1.2.0"