MCPcopy 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
12async fn b() -> u8 {
13 println!("... World!");
14 2u8
15}
16
17#[async_std::main]
18async fn main() {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected