Crate second_law
Source - new_scene
- AtPath
- Object-oriented path struct that represents and operates on
paths relative to the directory it was constructed for.
- CmdResult
- A command result is the outputs of a command (streams and status code)
within a struct which has convenience assertion functions about those outputs
- Scene
- An environment for running a single uutils test case, serves three functions:
- UCommand
- A UCommand is a wrapper around an individual Command that provides several additional features