Registry / async / scrappy-rt

scrappy-rt

JSON →
library0.0.1rscratesunverified

A lightweight runtime for the Scrappy web framework.

# Cargo.toml [dependencies] scrappy-rt = "0.0.1"
INSTALL
IMPORT
SIG · SCRAPPY-RT
S
scrappy-rt
asyncrustv0.0.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.

Runtime
use scrappy_rt::Runtime;

Creates a new Scrappy runtime and runs an async task.

use scrappy_rt::Runtime; fn main() { let rt = Runtime::new().unwrap(); rt.block_on(async { println!("Hello from Scrappy runtime!"); }); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
scrappy-rt — cargo add scrappy-rt · libregistry