Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 239 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 239 Bytes

Util

This crate contains utility functions that are used across the other crates. For example, the exec function is used to execute a command and return the output. It's setup in a way that we can stub out the responses in test mode.