errno 0.2.8

Cross-platform interface to the `errno` variable.
Documentation
[features]
default = ["std"]
std = []

[package]
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
categories = ["os"]
description = "Cross-platform interface to the `errno` variable."
documentation = "https://docs.rs/errno"
license = "MIT/Apache-2.0"
name = "errno"
repository = "https://github.com/lambda-fairy/rust-errno"
version = "0.2.8"
[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
version = "0.1.1"
[target."cfg(target_os=\"hermit\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os=\"wasi\")".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi", "minwindef", "ntdef", "winbase"]
version = "0.3"