Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actix/examples
/ hello
Function
hello
guards/src/main.rs:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
25
#[get(
"/hello"
)]
26
pub async fn hello() -> impl Responder {
27
"Hello World from v1 API!"
28
}
29
}
30
31
mod v2 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected