hyperx icon indicating copy to clipboard operation
hyperx copied to clipboard

Extraction and modernization of the hyper 0.11.x typed header module

Results 3 hyperx issues
Sort by recently updated
recently updated
newest added

Hi! I'm wondering why your `bytes` dependency is locked to

Currently, dependencies are hardcoded with upper bounds. In some cases, it creates depedency issues as shown in #39. This change removes the upper-bound and instead let rust rely on SemVer...

https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq This will trigger a lint for each use of the header! macro by hyperx users.