Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ b
Function
b
13_async/rust/std_async/src/main.rs:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
async fn b() -> u8 {
13
println!(
"... World!"
);
14
2u8
15
}
16
17
#[async_std::main]
18
async fn main() {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected