Feature gate: #![feature(windows_unix_domain_sockets)]
This is a tracking issue for os::windows::net
Public API
use std::os::windows::net::{UnixStream, UnixListener};
let socket = UnixStream::connect("/tmp/sock")?;
let listener = UnixListener::bind("/tmp/socket")?;
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
Unresolved Questions
Feature gate:
#![feature(windows_unix_domain_sockets)]This is a tracking issue for
os::windows::netPublic API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)Unresolved Questions