Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
784-letter-case-permutation.rs:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
fn main() {
29
let s =
"a1b2"
.to_string();
30
println!(
"{:?}"
, letter_case_permutation(s));
31
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected