Crates.io | linux-errno |
lib.rs | linux-errno |
version | 1.1.0 |
created_at | 2022-09-06 06:04:19.853607+00 |
updated_at | 2025-05-05 14:54:55.505231+00 |
description | Linux error numbers |
homepage | |
repository | https://github.com/jmillikin/rust-linux-errno |
max_upload_size | |
id | 659321 |
size | 52,969 |
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.