libsocket 0.1.0

Light wrapper around Unix sockets and various socket options.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "libsocket"
version = "0.1.0"
authors = ["Nathan Sizemore <nathanrsizemore@gmail.com>"]
keywords = ["socket"]
description = "Light wrapper around Unix sockets and various socket options."
license = "MPL-2.0"
repository = "https://github.com/nathansizemore/libsocket"
documentation = "https://nathansizemore.github.io/libsocket/libsocket/index.html"

[dependencies]
libc = "^0.2.11"
errno = "^0.1.6"
bitflags = "^0.7.0"