Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ main
Function
main
18_argparse/rust/argp/src/main.rs:33–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
fn main() {
34
let options = Options::from_args();
35
println!(
"{:?}"
, options);
36
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected