6 releases
| 0.2.2 | Nov 24, 2025 |
|---|---|
| 0.2.1 | Nov 21, 2025 |
| 0.1.2 | Nov 20, 2025 |
| 0.1.0 | Jul 17, 2024 |
#248 in Rust patterns
6,930 downloads per month
Used in 22 crates
(18 directly)
24KB
520 lines
axerrno
Generic error code representation.
It provides two error types and the corresponding result types:
AxErrorandAxResult: A generic error type similar tostd::io::ErrorKind.LinuxErrorandLinuxResult: Linux specific error codes defined inerrno.h. It can be converted fromAxError.
Dependencies
~250–720KB
~16K SLoC