Expand description
Error types for chio-core.
Under the default std feature the Error enum is a normal
thiserror::Error deriving std::error::Error. Under no_std, the
crate provides equivalent core::fmt::Display + core::error::Error
impls so the enum remains usable in portable consumers (wasm32 edge,
embedded kernels). The variants, payload shapes, and serde behaviour
are bit-identical on both feature paths.
Enums§
- Error
- All errors produced by chio-core.
Type Aliases§
- Result
- Convenience alias.