Expand description
§error-enum-core
A core crate for error-enum providing
traits and implementations for error enums with rich diagnostics support.
Please refer to error-enum and
its documentation for more details.
Macros§
- format
- Creates a
Stringusing interpolation of runtime expressions.
Structs§
- Line
Indexer - An
Indexerthat stores ending positions of every line (including trailing newlines). - Simple
Span - A simple implementation of
Span. - String
- A UTF-8–encoded, growable string.
Enums§
- Kind
- Enum representing the kind of an error.
Traits§
- Error
Type - Trait for error types generated by
error_type!macro andErrorTypederive macro. - Indexer
- A indexable string.
- Span
- Trait for span types used in error enums.