cleansh 0.1.4

Sanitize your terminal output. One tool. One purpose.
Documentation
1
2
3
4
5
6
7
// src/ui/mod.rs

/// UI output formatting and printing functions.
pub mod output_format;

/// Theme types and loading logic.
pub mod theme;