Module io

Source
Expand description

Defines IO Trait, LocalIO (if enabled) and some testing implementations.

Used to abstract filesystem and shell interactions.

Re-exports§

pub use local_io::LocalIO;

Modules§

dummy_io
fake_io
local_io

Traits§

IO
Trait that abstracts file interactions and running shell commands