Crate virtual_io

Source

Structs§

Vio
VioFakeBuilder
Create a new FakeVio to be used for testing.

Traits§

VirtualIo
Virtual IO is a rust library for easily implementing stdin and stdout in a testable way. It replaces all println! and print! macro calls.