Registry / web-framework / kvarn
library0.6.3rscratesunverified

A forward-thinking fast web server designed to fit your needs, efficiently.

# Cargo.toml [dependencies] kvarn = "0.6.3"
INSTALL
IMPORT
SIG · KVARN
K
kvarn
web-frameworkrustv0.6.3
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.

Server
use kvarn::Server;

Creates a new Kvarn web server instance.

use kvarn::Server; fn main() { let server = Server::new(); println!("Kvarn server created"); }
Debug
Known issues
gotchaRequires async runtime (e.g., tokio) to run.
fix
Add tokio as a dependency and use #[tokio::main] or similar.
affects: >=0.6.0
Upgrade
Version history
0.6.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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