bsd-errnos
Cross-arch enumeration of BSDs error numbers that may vary across archs.
Feature flags
std: enable std support (dealing with std::io::Error).iter: enableErrno::iter()function.
#![no_std]
Enable #![no_std] support by disabling the default std feature:
[]
= { = "*", = 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