1 unstable release
| 0.1.0 | Jul 17, 2024 |
|---|
#809 in Operating systems
2,116 downloads per month
Used in 6 crates
(4 directly)
15KB
248 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
~86KB