Registry / web-framework / thruster

thruster

JSON →
library1.3.13rscratesunverified

A middleware based http async web server.

# Cargo.toml [dependencies] thruster = "1.3.13"
INSTALL
IMPORT
SIG · THRUSTER
T
thruster
web-frameworkrustv1.3.13
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 thruster::App;

Minimal usage of Thruster web server.

use thruster::App; fn main() { let _app = App::new(); }
Debug
Known issues
gotchaRequires async runtime (Tokio) to be set up.
fix
Add `tokio` as a dependency and use `#[tokio::main]`.
affects: >=1.0.0
Upgrade
Version history
1.3.13latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
34
Resources
thruster — cargo add thruster · libregistry