Linux error numbers for Rust
This library defines an Error struct that represents error numbers
returned from Linux system calls.
On Linux, error numbers are architecture-specific. The arch modules
provide access to error numbers for all supported architectures, and the
top-level module re-exports error numbers for the current target platform.
To depend on linux-errno from a Bazel workspace:
To depend on linux-errno from a Cargo workspace:
[dependencies]
linux-errno = { version = "1.0.0" }