A simple, pragmatic and extremely fast web framework for Rust, built on the Actori actor system.
# Cargo.toml
[dependencies]
actori-web = "2.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple HTTP server that responds with 'Hello, world!' on the root path.
Add `features = ["tokio"]` or `features = ["async-std"]` to Cargo.toml dependency.
No dependency data recorded yet.