uds_windows 0.1.6

Unix Domain Sockets for Windows!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "uds_windows"
version = "0.1.6"
license = "MIT"
authors = ["Azure IoT Edge Devs", "Harald Hoyer <harald@redhat.com>"]
description = "Unix Domain Sockets for Windows!"
repository = "https://github.com/haraldh/rust_uds_windows"
readme = "README.md"
keywords = ["windows", "uds", "unix", "domain", "sockets"]
categories = ["os::windows-apis"]
exclude = [".gitignore"]

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winsock2", "ws2def", "minwinbase", "ntdef", "processthreadsapi", "handleapi", "ws2tcpip", "winbase"] }
tempdir = "0.3"