hyperx

Crates.iohyperx
lib.rshyperx
version1.4.0
sourcesrc
created_at2018-06-01 16:29:38.763455
updated_at2021-10-29 19:40:35.098698
descriptionHyper's typed header module, eXtracted and improved
homepage
repositoryhttps://github.com/dekellum/hyperx
max_upload_size
id68107
size396,198
David Kellum (dekellum)

documentation

https://docs.rs/hyperx

README

hyperx

Rustdoc Change Log crates.io CI Status deps status

Hyper is the low-level HTTP implementation for Rust. Hyperx is an extraction of the hyper 0.11 typed header module, with minimized dependencies, for continued use with hyper 0.12 or later, where it was dropped.

Minimum supported rust version

MSRV := 1.46.0

The crate will fail fast on any lower rustc (via a build.rs version check) and is also CI tested on this version. MSRV will only be increased in a new MINOR (or MAJOR) release of this crate. However, some direct or transitive dependencies unfortunately have or may increase MSRV in PATCH releases. Users may need to selectively control updates by preserving/distributing a Cargo.lock file in order to control MSRV.

License

The MIT license (LICENSE or http://opensource.org/licenses/MIT)

Commit count: 1975

cargo fmt