Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-API/Rust-API-Bypass-Checker
/ show_help
Function
show_help
src/bin/cargo-api-bypass.rs:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
"#;
16
17
fn show_help() {
18
println!(
"{}"
, CARGO_BYPASSER_HELP);
19
}
20
21
fn show_version() {
22
println!(
"rust-bypasser {}"
, env!(
"CARGO_PKG_VERSION"
));
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected