catalyst 0.2.4

A lightweight API testing tool
Documentation
1
2
3
4
5
mod commands;
mod runner;

pub use commands::{Commands, Opts};
pub use runner::run;