posish 0.4.1

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

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

[dependencies.errno]
version = "0.2.7"

[dependencies.itoa]
version = "0.4.6"

[dependencies.libc]
features = ["extra_traits"]
version = "0.2.80"

[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"
keywords = ["api", "file", "network"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "posish"
readme = "README.md"
repository = "https://github.com/bytecodealliance/posish"
version = "0.4.1"