revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
4
5
//! Shared rendering helpers for devtools modules
//!
//! Re-exports overlay rendering utilities from utils for devtools use.

pub use crate::utils::overlay::{draw_separator_overlay as draw_separator, draw_text_overlay};