cargo-pretty-test 0.2.3

A console command to format cargo test output
Documentation
1
2
3
4
5
6
use cargo_pretty_test::fetch::run;
use std::process::ExitCode;

fn main() -> ExitCode {
    run()
}