simple_libc 0.4.0

Safe, friendly interfaces to some commonly used Unix libc functions.
Documentation
[dependencies.bitflags]
version = "1.2"

[dependencies.cfg-if]
version = "0.1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.strum]
version = "0.18"

[dependencies.strum_macros]
version = "0.18"
[dev-dependencies.serde_test]
version = "1.0"

[package]
authors = ["cptpcrd"]
categories = ["api-bindings", "os::unix-apis"]
description = "Safe, friendly interfaces to some commonly used Unix libc functions."
edition = "2018"
license = "MIT"
name = "simple_libc"
repository = "https://github.com/cptpcrd/simple_libc"
version = "0.4.0"