cu-tuimon 1.0.0

Shared Ratatui TUI rendering for Copper monitors.
Documentation
1
2
3
4
5
6
fn main() {
    cfg_aliases::cfg_aliases! {
        browser:  { all(target_family = "wasm", target_os = "unknown") },
        native:  { not(browser) },
    };
}