uds_windows

Crates.iouds_windows
lib.rsuds_windows
version1.1.0
sourcesrc
created_at2018-12-06 14:58:07.87895
updated_at2023-12-14 12:42:15.273522
descriptionUnix Domain Sockets for Windows!
homepage
repositoryhttps://github.com/haraldh/rust_uds_windows
max_upload_size
id100404
size72,857
Harald Hoyer (haraldh)

documentation

README

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).

Commit count: 49

cargo fmt