Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1528-shuffle-string.rs:17–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
fn main() {
18
let s =
"codeleet"
.to_string();
19
let indices = vec!(4,5,6,7,0,2,1,3);
20
println!(
"{:?}"
, restore_string(s, indices));
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected