camber-cli 0.2.0

CLI, project scaffolding, and config-driven proxy for Camber
Documentation
1
2
3
4
5
6
7
#[path = "../support/error.rs"]
mod error;
#[path = "../support/process.rs"]
pub mod process;

pub use error::FixtureError;
pub use process::{run_command, run_command_with_timeout};