Crates.io | hyperdriver |
lib.rs | hyperdriver |
version | |
source | src |
created_at | 2024-04-05 04:06:25.802524 |
updated_at | 2024-12-13 01:38:27.254285 |
description | The missing middle for Hyper - Servers and Clients with ergonomic APIs |
homepage | |
repository | https://github.com/alexrudy/hyperdriver |
max_upload_size | |
id | 1197006 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate exists to fill the missing middle between hyper
and full-fledged frameworks
like axum
. Crates like axum
provide servers, and crates like reqwest
provide clients,
but both are specific to what they do. hyperdriver
provides a set of services and tools
which can be used to build both servers and clients in a more flexible way.
If you want to control the protocol, or the transport (e.g. using something other than TCP)
then hyperdriver
is for you.
hyper-utils
.