posish 0.12.0

Safe Rust bindings to POSIX-ish libc APIs and syscalls
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.bitflags]
version = "1.2.1"

[dependencies.io-lifetimes]
version = "0.1.1"

[dependencies.itoa]
version = "0.4.7"

[dependencies.unsafe-io]
version = "0.6.0"
[dev-dependencies.atty]
version = "0.2.14"

[dev-dependencies.cstr]
version = "0.2.8"

[dev-dependencies.tempfile]
version = "3.2.0"

[package]
authors = ["Dan Gohman <dev@sunfishcode.online>", "Jakub Konka <kubkon@jakubkonka.com>"]
categories = ["filesystem", "network-programming", "os::unix-apis"]
description = "Safe Rust bindings to POSIX-ish libc APIs and syscalls"
documentation = "https://docs.rs/posish"
edition = "2018"
exclude = ["/.github"]
keywords = ["api", "file", "network"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "posish"
repository = "https://github.com/bytecodealliance/posish"
version = "0.12.0"
[target."cfg(linux_raw)".dependencies.linux-raw-sys]
features = ["v5_4", "v5_11"]
version = "0.0.7"
[target."cfg(not(linux_raw))".dependencies.errno]
version = "0.2.7"

[target."cfg(not(linux_raw))".dependencies.libc]
features = ["extra_traits"]
version = "0.2.87"