MCPcopy Create free account
hub / github.com/QMHTMY/RustBook / main

Function main

publication/code/chapter03/anagram_solution3.rs:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30fn main() {
31 let s1 = "rust";
32 let s2 = "trus";
33 let result = anagram_solution3(s1, s2);
34 println!("s1 and s2 is anagram: {result}");
35}

Callers

nothing calls this directly

Calls 1

anagram_solution3Function · 0.70

Tested by

no test coverage detected