| Crates.io | bsd-errnos |
| lib.rs | bsd-errnos |
| version | 0.0.1 |
| created_at | 2023-07-23 20:14:38.586058+00 |
| updated_at | 2023-07-23 20:14:38.586058+00 |
| description | A list of error numbers for BSDs |
| homepage | https://github.com/shurizzle/bsd-errnos |
| repository | https://github.com/shurizzle/bsd-errnos |
| max_upload_size | |
| id | 923950 |
| size | 85,369 |
Cross-arch enumeration of BSDs 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:
[dependencies]
bsd-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.32.0