Registry / web-framework / roa-core

roa-core

JSON →
library0.6.1rscratesunverified

Core components of roa web framework.

# Cargo.toml [dependencies] roa-core = "0.6.1"
INSTALL
IMPORT
SIG · ROA-CORE
R
roa-core
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_core::App;

Create a basic roa web application.

use roa_core::App; fn main() { let app = App::new(|| async { Ok("Hello") }); // Run the app }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
roa-core — cargo add roa-core · libregistry