Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ main
Function
main
12_modules/rust/main.rs:3–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
mod foo; // this loads the file foo.rs
2
3
fn main() {
4
dbg!(
"main"
);
5
foo::bar();
6
foo::otherstuff();
7
//foo::other::otherstuff();
8
}
Callers
nothing calls this directly
Calls
2
bar
Function · 0.70
otherstuff
Function · 0.50
Tested by
no test coverage detected