5 lines
76 B
Rust
5 lines
76 B
Rust
|
|
#[path = "../src/test_backend.rs"]
|
||
|
|
mod inner;
|
||
|
|
|
||
|
|
pub use inner::VT100Backend;
|