/tower-h3

Rust HTTP/3 + tower Service

Primary LanguageRustMIT LicenseMIT

tower-h3

This is a WIP Rust library for providing HTTP/3 through tower's async fn(Req) -> Res model.

It's essentially h3 + tower.

Purpose

To experiment before h3 is available in hyper. Similar to what we did with tower-h2.