Registry / web-framework / scrappy

scrappy

JSON →
library0.0.2rscratesunverified

scrappy is the best web framework for Rust

# Cargo.toml [dependencies] scrappy = "0.0.2"
INSTALL
IMPORT
SIG · SCRAPPY
S
scrappy
web-frameworkrustv0.0.2
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 scrappy::App;

Create a simple web server with a single route.

use scrappy::App; let mut app = App::new(); app.get("/", |_| "Hello, World!"); app.run("127.0.0.1:8080");
Debug
Known issues
gotchaAsync runtime required: Scrappy uses async I/O internally but does not specify which runtime.
fix
Add tokio or async-std as a dependency and run with #[tokio::main] or similar.
affects: >=0.0.0
Upgrade
Version history
0.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
scrappy — cargo add scrappy · libregistry