Registry / web-framework / roa
library0.6.1rscratesunverified

An async web framework inspired by Koa.js, lightweight and powerful for building HTTP servers.

# Cargo.toml [dependencies] roa = "0.6.1"
INSTALL
IMPORT
SIG · ROA
R
roa
web-frameworkrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
use roa::App;

Create a new Roa web application.

use roa::App; fn main() { let app = App::new(); println!("Roa app created"); }
Debug
Known issues
gotchaRequires an async runtime like Tokio or async-std to run.
fix
Add a runtime dependency (e.g., tokio) and use #[tokio::main] or similar.
affects: >=0.6.0
Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Resources
roa — cargo add roa · libregistry