POSIX error numbers for Rust
This library defines a single type, the Error enum, which represents the
symbolic constants for error numbers defined in the POSIX standard.
To depend on posix-errno from a Bazel workspace:
To depend on posix-errno from a Cargo workspace:
[dependencies]
posix-errno = { version = "1.0.1" }