Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wstd
/ hello_world
Function
hello_world
test-programs/tests/axum_hello_world.rs:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
#[test_log::test]
4
fn hello_world() -> Result<()> {
5
run(test_programs::axum::HELLO_WORLD)
6
}
7
8
#[test_log::test]
9
fn hello_world_nomacro() -> Result<()> {
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected