revue 2.71.1

A Vue-style TUI framework for Rust with CSS styling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Integration tests for the render module - split into modules

#[path = "render_module/backend.rs"]
mod backend;
#[path = "render_module/batch.rs"]
mod batch;
#[path = "render_module/buffer.rs"]
mod buffer;
#[path = "render_module/cell.rs"]
mod cell;
#[path = "render_module/diff.rs"]
mod diff;
#[path = "render_module/image_protocol.rs"]
mod image_protocol;