Skip to main content

Crate ocelot_base

Crate ocelot_base 

Source

Modules§

cli
error
file_path
File path wrapper type for efficient path handling.
logging
result
shared_string
Shared string wrapper type for efficient string handling.
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