3 stable releases
new 1.1.0 | May 5, 2025 |
---|---|
1.0.1 | Sep 8, 2022 |
1.0.0 | Sep 6, 2022 |
#344 in Unix APIs
937 downloads per month
Used in linux-syscall
53KB
1K
SLoC
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.
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.