Poem is a full-featured and easy-to-use web framework with the Rust programming language.
# Cargo.toml
[dependencies]
poem = "3.1.12"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple web server with Poem
Add tokio as a dependency and use #[tokio::main]
No dependency data recorded yet.