fastedge 0.4.0

FastEdge Rust SDK that helps you to create edge cloud application using WASM
Documentation
1
2
3
4
interface http-handler {
    use http.{request, response};
    process: func(req: request) -> response;
}