MCPcopy Create free account
hub / github.com/assert-rs/assert_cmd / main

Function main

src/bin/bin_fixture.rs:30–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30fn main() {
31 let code = match run() {
32 Ok(_) => 0,
33 Err(ref e) => {
34 write!(&mut io::stderr(), "{e}").expect("writing to stderr won't fail");
35 1
36 }
37 };
38 process::exit(code);
39}

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected