Registry / web-framework / salvo-core

salvo-core

JSON →
library0.91.0rscratesunverified

Salvo is a powerful web framework that can make your work easier.

# Cargo.toml [dependencies] salvo_core = "0.91.0"
INSTALL
IMPORT
SIG · SALVO-CORE
S
salvo-core
web-frameworkrustv0.91.0
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.

Router
use salvo_core::Router;

Create a new Salvo router.

use salvo_core::Router; let router = Router::new();
Debug
Known issues
gotchaRequires tokio runtime for async handlers.
fix
Ensure you have a tokio runtime (e.g., #[tokio::main]) in your application.
affects: >=0.91.0
Upgrade
Version history
0.91.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
salvo-core — cargo add salvo-core · libregistry