$ uds_windows
v1.2.0MAJOR UPDATEUnix Domain Sockets for Windows!
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
Links • https://github.com/Azure/mio-uds-windows • https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows • https://github.com/carllerche/mio • https://doc.rust-lang.org/std/os/unix/net/ • https://github.com/alexcrichton/miow • http://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
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add uds_windowsOr add to Cargo.toml: uds_windows = "1.2.0"