this post was submitted on 15 Nov 2023
45 points (100.0% liked)

Rust

6009 readers
2 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
45
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Low-level HTTP 1 and 2 processing library "hyper" gets released.

It contains fewer features than 0.14, (relatively) "high-level" client and server are gone. Only hyper::{client,server}::conn remain.

Also there is some IO abstraction: though it still depends on Tokio (only the sync feature), it should be easier to connect other runtimes. Just using it with Tokio like before is though less straightforward.


Do not hurry to upgrade your project from 0.14 to 1, better wait for better support in the ecosystem.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 1 year ago (1 children)

As I discovered and mentioned here a couple of months ago, there is a new hyper-util crate that may/should bring a higher-level API interface back. It also predictably brings a hard dependency back on tokio rt. So there is that.

hyper-util was also just mentioned by Sean (hyper dev) in the discussion you linked.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

hyper-util

It is not released to crates.io as of now, even as alpha version.

Update: now it is released. docs.rs does not show anything yet. There is a pull request about it already though.

[–] [email protected] 9 points 1 year ago