Re-exports§
pub use compose_codespan_reporting;
Macros§
- bail
- Early-return with a
StrResult
orSourceResult
. - eco_
format - Create a new
EcoString
from a format string. - error
- Construct an
EcoString
, [HintedString
] orSourceDiagnostic
with severityError
. - warning
- Construct a
SourceDiagnostic
with severityWarning
.
Structs§
- EcoString
- An economical string with inline storage and clone-on-write semantics.
- Source
Diagnostic - Spanned
- UnSpanned
- Warned
Enums§
- File
Error - An error that occurred while trying to load of a file.
- Severity
- Trace
Point
Traits§
Functions§
Type Aliases§
- File
Result - A result type with a file-related error.
- Source
Result - StrResult