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
//! Chart integration tests - split into modules

#[path = "chart/axis.rs"]
mod axis;
#[path = "chart/color_scheme.rs"]
mod color_scheme;
#[path = "chart/grid.rs"]
mod grid;
#[path = "chart/legend.rs"]
mod legend;
#[path = "chart/marker.rs"]
mod marker;