rust-expect 0.1.0

Next-generation Expect-style terminal automation library for Rust
Documentation
1
2
3
4
5
//! Platform-specific test suite.
//!
//! Tests in this module are conditionally compiled based on the target platform.

mod platform;