Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CleanCut/ultimate_rust2
/ bunny_result
Function
bunny_result
example/hello/src/lib.rs:46–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
45
#[test]
46
fn bunny_result() -> Result<(), ParseIntError> {
47
let num_bunnies: u64 =
"4"
.parse()?;
48
assert_eq!(num_bunnies, 4);
49
Ok(())
50
}
51
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected