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

Function main

0a_error_handling/rust/more_boilerplate.rs:61–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61fn main() {
62 let numbers = vec!["42", "93", "18"];
63 let empty = vec![];
64 let strings = vec!["tofu", "93", "18"];
65
66 print(double_first(numbers));
67 print(double_first(empty));
68 print(double_first(strings));
69}
70

Callers

nothing calls this directly

Calls 2

printFunction · 0.70
double_firstFunction · 0.70

Tested by

no test coverage detected