Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
fn show_version() {
22
println!(
"rust-bypasser {}"
, env!(
"CARGO_PKG_VERSION"
));
23
}
24
25
fn show_error(msg: String) -> ! {
26
eprintln!(
"fatal error: {}"
, msg);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected