h3-util 0.0.5

h3 utilities for tonic-h3
Documentation

h3-util

h3-util contains HTTP/3 server and client utilities used by axum-h3 and tonic-h3. See repo tonic-h3 for details.

Get started

Add deps to your cargo.toml

h3-util = { version="*" , default-features = false, features = ["quinn"] }