posix-sys 0.0.1

Functions provided by posix-ish systems in the standard C library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]
libc = "0.2"

[package]
authors = ["Cody P Schafer <dev@codyps.com>"]
description = "Functions provided by posix-ish systems in the standard C library"
documentation = "http://codyps.com/docs/posix-sys/x86_64-unknown-linux-gnu/stable/posix_sys/index.html"
include = ["Cargo.toml", "**/*.rs"]
keywords = ["sys", "posix", "ffi", "unix", "nix"]
license = "Apache-2.0 OR MIT"
name = "posix-sys"
repository = "https://github.com/jmesmon/posix-sys"
version = "0.0.1"