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

Function main

0a_error_handling/rust/using_eyre/src/bin/thiserror.rs:25–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25fn main() {
26 let numbers = vec!["42", "93", "18"];
27 let empty = vec![];
28 let strings = vec!["tofu", "93", "18"];
29
30 print(double_first(numbers));
31 print(double_first(empty));
32 print(double_first(strings));
33}

Callers

nothing calls this directly

Calls 2

printFunction · 0.70
double_firstFunction · 0.70

Tested by

no test coverage detected