Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CleanCut/ultimate_rust2
/ show
Function
show
example/puzzles/src/lib.rs:60–62 ·
view source on GitHub ↗
(s: T)
Source
from the content-addressed store, hash-verified
58
}
59
60
pub fn show<T: Into<String>>(s: T) {
61
println!(
"{}"
, s.into());
62
}
63
64
pub fn blah() {
65
let puzzle = Puzzle::default();
Callers
1
blah
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected