Crates.io | h3-datagram |
lib.rs | h3-datagram |
version | 0.0.2 |
created_at | 2025-03-15 12:47:34.72809+00 |
updated_at | 2025-05-06 20:13:46.977329+00 |
description | rfc9297 extension for the h3 crate |
homepage | |
repository | https://github.com/hyperium/h3 |
max_upload_size | |
id | 1593528 |
size | 23,908 |
this crate provides an implementation of the h3-datagram spec that works with the h3 crate.
This crate is still in experimental. The API is subject to change. It may contain bugs and is not yet complete. Use with caution.
As stated in the rfc this is intended to be used for protocol extensions like Web-Transport and not directly by applications.
HTTP Datagrams and the Capsule Protocol are intended for use by HTTP extensions, not applications.