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

Download history 213/week @ 2025-01-14 247/week @ 2025-01-21 269/week @ 2025-01-28 243/week @ 2025-02-04 190/week @ 2025-02-11 207/week @ 2025-02-18 294/week @ 2025-02-25 261/week @ 2025-03-04 379/week @ 2025-03-11 260/week @ 2025-03-18 342/week @ 2025-03-25 268/week @ 2025-04-01 245/week @ 2025-04-08 204/week @ 2025-04-15 218/week @ 2025-04-22 218/week @ 2025-04-29

937 downloads per month
Used in linux-syscall

0BSD license

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.

Dependencies