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
15
16
//! Tests for Sidebar Navigation widget - split into modules

#[path = "sidebar/basic.rs"]
mod basic;
#[path = "sidebar/builder.rs"]
mod builder;
#[path = "sidebar/expand_collapse.rs"]
mod expand_collapse;
#[path = "sidebar/flattened.rs"]
mod flattened;
#[path = "sidebar/helpers.rs"]
mod helpers;
#[path = "sidebar/navigation.rs"]
mod navigation;
#[path = "sidebar/render.rs"]
mod render;