MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / main

Function main

0a_error_handling/rust/using_eyre/src/main.rs:16–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16fn main() {
17 let numbers = vec!["42", "93", "18"];
18 let empty = vec![];
19 let strings = vec!["tofu", "93", "18"];
20
21 print(double_first(numbers));
22 print(double_first(empty));
23 print(double_first(strings));
24}

Callers

nothing calls this directly

Calls 2

printFunction · 0.70
double_firstFunction · 0.70

Tested by

no test coverage detected