Cross-arch enumeration of Linux error numbers that may vary across archs.
std
: enable std support (dealing with std::io::Error).iter
: enable Errno::iter()
function.Enable #![no_std]
support by disabling the default std
feature:
toml
[dependencies]
apple-errnos = { version = "*", default-features = false }
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.
1.38.0