132 个稳定版本
5.0.1 | 2024年7月27日 |
---|---|
5.0.0 | 2024年3月30日 |
4.0.0 | 2024年1月6日 |
1.3.59 | 2023年11月19日 |
0.9.0 | 2021年10月8日 |
#718 在 HTTP服务器
每月165 次下载
765KB
18K SLoC
为AWS Lambda编写的Poem
示例
use poem::handler;
use poem_lambda::Error;
#[handler]
fn index() -> &'static str {
"hello"
}
#[tokio::main]
async fn main() -> Result<(), Error> {
poem_lambda::run(index).await
}
安全性
此crate使用 #![forbid(unsafe_code)]
确保所有内容都是100%安全Rust实现的。
MSRV
此crate支持的最小Rust版本是 1.75.0
。
贡献
🎈 感谢您帮助改进项目!我们非常高兴有您的加入!
许可证
根据以下任一项许可
- Apache License,版本2.0,(LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT许可证(LICENSE-MIT 或 http://opensource.org/licenses/MIT)任选其一。
贡献
除非您明确声明,否则您提交给Poem的所有有意贡献都应按照Apache许可证许可,不附加任何额外条款或条件。
依赖
~18–30MB
~543K SLoC