-
Notifications
You must be signed in to change notification settings - Fork 809
Adds support for UnixStream and UnixListener on Windows #1610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 17 commits
7f69b97
bec570b
63e50c3
3591238
9015ca2
7265833
3884bb5
5ca8952
985a145
f5ec8ce
cee5c6b
488254d
b6bae73
2113b9f
86c4c9a
9f26286
09a9b79
bb914db
648855d
3dd3c0f
2283d39
569de72
bdc6933
b07b4f1
a2831ea
73d5fae
0baf112
d9d4bb3
82b17e8
96e0735
0e1b6df
77155cc
26a060b
fd8ddc1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,6 +91,8 @@ pub mod windows { | |
| //! Windows only extensions. | ||
|
|
||
| pub use crate::sys::named_pipe::NamedPipe; | ||
|
|
||
| pub use crate::sys::windows::std; | ||
|
||
| } | ||
|
|
||
| pub mod features { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.