Skip to main content

Crate ocelot_base

Crate ocelot_base 

Source

Modules§

cli
compilation_context
compilation_stage
diagnostic_level
error
file_path
File path wrapper type for efficient path handling.
logging
render_source_diagnostics
result
shared_string
Shared string wrapper type for efficient string handling.
source_annotation
source_diagnostic
source_diagnostics
source_excerpt
source_file
span
timestamp

Macros§

bail
err
log_error
shared_format
Creates a new SharedString from a format string.

Functions§

unansi

Type Aliases§

Mutex
A mutual exclusion primitive useful for protecting shared data
RwLock
A reader-writer lock