errno 0.1.8

Cross-platform interface to the `errno` variable.
Documentation
[package]

name = "errno"
version = "0.1.8"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]

license = "MIT/Apache-2.0"
documentation = "https://lambda.xyz/rust-errno/doc/errno/"
repository = "https://github.com/lfairy/rust-errno"
description = """
Cross-platform interface to the `errno` variable.
"""

[target.'cfg(unix)'.dependencies]
libc = "0.2"

[target.'cfg(windows)'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"