MCPcopy Create free account
hub / github.com/Rust-API/Rust-API-Bypass-Checker / show_version

Function show_version

src/bin/cargo-api-bypass.rs:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21fn show_version() {
22 println!("rust-bypasser {}", env!("CARGO_PKG_VERSION"));
23}
24
25fn show_error(msg: String) -> ! {
26 eprintln!("fatal error: {}", msg);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected