tui-test-rs 0.1.0-beta.2

In-process terminal automation, inspection, assertions, and recording
Documentation
1
2
3
4
//! Compatibility path for the recorder moved to [`crate::record`].

#[allow(unused_imports)]
pub(crate) use crate::record::Recorder;