Registry / web-framework / finchers

finchers

JSON →
library0.13.5rscratesunverified

A combinator library for building asynchronous HTTP services.

# Cargo.toml [dependencies] finchers = "0.13.5"
INSTALL
IMPORT
SIG · FINCHERS
F
finchers
web-frameworkrustv0.13.5
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.

Service
use finchers::Service;

Create a new HTTP service.

use finchers::Service; fn main() { let service = Service::new(); println!("Finchers service created"); }
Debug
Known issues
gotchaRequires async runtime (tokio) to run.
fix
Use with tokio runtime.
affects: *
Upgrade
Version history
0.13.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
finchers — cargo add finchers · libregistry