tui-test-rs 0.1.0-beta.2

In-process terminal automation, inspection, assertions, and recording
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod nerd_font;
pub mod svg;

#[cfg(feature = "recording-raster")]
pub mod encode;
#[cfg(feature = "recording-raster")]
mod font;
#[cfg(feature = "recording-raster")]
#[allow(dead_code)] // The full raster renderer consumes these primitives next in the stack.
pub mod raster;

#[cfg(all(test, windows, feature = "recording-font-jetbrains-mono-styles"))]
mod snapshot_tests;