safe-libc 0.2.4

Safe wrappers around the `libc` crate
Documentation
[dependencies.libc]
version = "0.2"

[lib]
name = "safe_libc"
path = "src/lib.rs"

[package]
authors = ["Robert Gill <rtgill82@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Safe wrappers around the `libc` crate"
edition = "2018"
license = "MIT"
name = "safe-libc"
readme = "README.md"
repository = "https://github.com/rtgill82/safe-libc/"
version = "0.2.4"