25 releases
| new 0.2.41 | Nov 28, 2025 |
|---|---|
| 0.2.40 | Nov 27, 2025 |
| 0.2.39 | Oct 27, 2025 |
| 0.2.23 | Sep 30, 2025 |
| 0.1.0 | Sep 26, 2025 |
#541 in Development tools
621 downloads per month
Used in 6 crates
6KB
cardinal-errors
Centralised error definitions used across the workspace.
CardinalErroris the top-level error type exposed by public APIs.internalmodule holds more granular variants (InternalError::ProviderNotRegistered,InvalidWasmModule, etc.).- Conversions are implemented so
?works seamlessly across crate boundaries.
When extending the system, add new variants here rather than inventing ad-hoc error enums in downstream crates.
Dependencies
~2.3–3MB
~77K SLoC