linux-errno

Crates.iolinux-errno
lib.rslinux-errno
version1.1.0
created_at2022-09-06 06:04:19.853607+00
updated_at2025-05-05 14:54:55.505231+00
descriptionLinux error numbers
homepage
repositoryhttps://github.com/jmillikin/rust-linux-errno
max_upload_size
id659321
size52,969
John Millikin (jmillikin)

documentation

README

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.

Commit count: 9

cargo fmt