tailspin 6.0.0

A log file highlighter
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod highlighter;
pub mod style;

pub mod config;
pub(crate) mod span_pipeline;
mod utils;

#[cfg(test)]
mod tests {
    pub(crate) mod escape_code_converter;
}