Crate virtual_io
source ·Structs
- Create a new
FakeVio
to be used for testing.
Traits
- Virtual IO is a rust library for easily implementing stdin and stdout in a testable way. It replaces all
println!
andprint!
macro calls.
FakeVio
to be used for testing.println!
and print!
macro calls.