linux-errno 1.0.0

Linux error numbers
Documentation
[dependencies.posix-errno]
optional = true
version = "1.0.0"

[features]
default = ["posix-traits"]
posix-traits = ["dep:posix-errno"]

[lib]
path = "linux-errno/linux-errno.rs"

[package]
authors = ["John Millikin <john@john-millikin.com>"]
categories = ["no-std", "os::linux-apis"]
description = "Linux error numbers"
edition = "2018"
include = ["/LICENSE.txt", "/linux-errno/linux-errno.rs", "/linux-errno/linux-errno_*.rs"]
license = "0BSD"
name = "linux-errno"
readme = "README.md"
repository = "https://github.com/jmillikin/rust-linux-errno"
version = "1.0.0"