Registry / web-framework / civet
library0.11.0rscratesunverified

A civetweb-based server implementation for the Conduit HTTP framework.

# Cargo.toml [dependencies] civet = "0.11.0"
INSTALL
IMPORT
SIG · CIVET
C
civet
web-frameworkrustv0.11.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.

Server
use civet::Server;

Creates a basic civetweb server that responds with 'Hello, world!'.

use civet::Server; fn main() { let server = Server::new(|_req| "Hello, world!"); server.listen("127.0.0.1:8080").unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources
civet — cargo add civet · libregistry