catalyst 0.2.9

A lightweight API testing tool
Documentation
1
2
3
4
5
6
use catalyst::cli::{Opts, run};
use clap::Parser;

fn main() {
    run(Opts::parse());
}