apple-errnos

Crates.io docs.rs Crates.io

Cross-arch enumeration of Linux error numbers that may vary across archs.

Feature flags

#![no_std]

Enable #![no_std] support by disabling the default std feature:

toml [dependencies] apple-errnos = { version = "*", default-features = false }

Code generation

All the code is generated by the an inner crate in the errno-gen directory except for the src/lib.rs file, so don't touch auto generated files please.

MSRV

1.32.0