Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cargo-lambda/cargo-lambda
/ main
Function
main
tests/fixtures/config-with-context/src/main.rs:6–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
#[tokio::main]
6
async fn main() -> Result<(), Error> {
7
tracing::init_default_subscriber();
8
9
run(service_fn(function_handler)).await
10
}
Callers
nothing calls this directly
Calls
1
run
Function · 0.50
Tested by
no test coverage detected