Tracking Issue for Windows Unix Domain Sockets
Open
Nobody has claimed this yet.
C-tracking-issue
T-libs
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
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.)
- Implementation: #150428
- Final comment period (FCP)
- Stabilization PR
- close #56533
Won't be supported
- abstract path issue
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the implementation referenced in #150428 and compare it with the public API shown here. Track the remaining FCP and stabilization steps; completion is reflected by a stabilization PR, resolving #56533, and updating the checklist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100