Skip to content

Commit 8e63448

Browse files
authored
h3-datagram-v0.0.1 (#286)
1 parent ccbc600 commit 8e63448

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

changelog-h3-datagram.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### (2025-03-15)
2+
3+
initial release

h3-datagram/Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "h3-datagram"
33
version = "0.0.1"
44
edition = "2021"
5+
documentation = "https://docs.rs/h3-datagram"
6+
repository = "https://github.com/hyperium/h3"
7+
readme = "readme.md"
8+
description = "rfc9297 extension for the h3 crate"
9+
keywords = ["http3", "quic", "rfc9297"]
10+
categories = ["network-programming", "web-programming"]
11+
license = "MIT"
12+
513

614
[dependencies]
715
#h3 = { path = "../h3" }

h3-datagram/readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
this crate provides an implementation of the [h3-datagram](https://datatracker.ietf.org/doc/html/rfc9297) spec that works with the h3 crate.
44

5+
# Status
6+
This crate is still in experimental. The API is subject to change. It may contain bugs and is not yet complete. Use with caution.
7+
58
## Usage
69
As stated in the [rfc](https://datatracker.ietf.org/doc/html/rfc9297#abstract) this is intended to be used for protocol extensions like [Web-Transport](https://datatracker.ietf.org/doc/draft-ietf-webtrans-http3/) and not directly by applications.
710

0 commit comments

Comments
 (0)