135 stable releases

Uses new Rust 2024

5.1.2 Mar 25, 2025
5.1.1 Nov 20, 2024
5.1.0 Sep 8, 2024
5.0.1 Jul 27, 2024
0.9.0 Oct 8, 2021

#911 in HTTP server

Download history 39/week @ 2025-01-08 26/week @ 2025-01-15 73/week @ 2025-01-22 74/week @ 2025-01-29 21/week @ 2025-02-05 27/week @ 2025-02-12 73/week @ 2025-02-19 17/week @ 2025-02-26 85/week @ 2025-03-05 149/week @ 2025-03-12 148/week @ 2025-03-19 100/week @ 2025-03-26 67/week @ 2025-04-02 90/week @ 2025-04-09 69/week @ 2025-04-16 48/week @ 2025-04-23

283 downloads per month

MIT/Apache

800KB
18K SLoC

Poem For AWS Lambda

Example

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
}

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

MSRV

The minimum supported Rust version for this crate is 1.85.0.

Contributing

🎈 Thanks for your help improving the project! We are so happy to have you!

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Poem by you, shall be licensed as Apache, without any additional terms or conditions.

Dependencies

~20–32MB
~570K SLoC