Expand description
Typed errors for the rustbrain library boundary.
CLI code may wrap these in anyhow; library consumers should match on
BrainError directly so callers can distinguish “brain missing” from I/O
or schema mismatches.
Enums§
- Brain
Error - Error type returned by all public
rustbrain-coreAPIs.
Type Aliases§
- Result
- Convenient result alias for library APIs:
Result<T, BrainError>.