#applications #sdk #http #body #response-body #error #fastedge

fastedge-derive

FastEdge Rust SDK,帮助您使用WASM创建边缘云计算应用

3 个版本

新增 0.1.7 2024年8月20日
0.1.6 2024年5月10日
0.1.5 2024年5月8日

#25 in #response-body


fastedge 中使用

Apache-2.0

5KB

派生进程宏 #fastedge::main

示例示例

 use fastedge::http::{Error, Request, Response, StatusCode};
 use fastedge::hyper::body::Body;

 #[fastedge::main]
 fn main(req: Request<Body>) -> Result<Response<Body>, Error> {
     Response::builder().status(StatusCode::OK).body(Body::empty())
 }

依赖项

~275–730KB
~17K SLoC