3 stable releases

1.1.0 May 5, 2025
1.0.1 Sep 8, 2022
1.0.0 Sep 6, 2022

#596 in Unix APIs

Download history 1060/week @ 2025-11-10 869/week @ 2025-11-17 379/week @ 2025-11-24 317/week @ 2025-12-01 679/week @ 2025-12-08 374/week @ 2025-12-15 162/week @ 2025-12-22 74/week @ 2025-12-29 757/week @ 2026-01-05 360/week @ 2026-01-12 428/week @ 2026-01-19 478/week @ 2026-01-26 791/week @ 2026-02-02 861/week @ 2026-02-09 559/week @ 2026-02-16 607/week @ 2026-02-23

2,845 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