[go: up one dir, main page]

unix_socket 0.3.1

Unix domain socket bindings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "unix_socket"
version = "0.3.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Unix domain socket bindings"
repository = "https://github.com/sfackler/rust-unix-socket"
documentation = "https://sfackler.github.io/rust-unix-socket/doc/unix_socket"
readme = "README.md"
keywords = ["posix", "unix", "socket", "domain"]

[dependencies]
libc = "0.1"
debug-builders = "0.1"

[dev-dependencies]
tempdir = "0.3"