http3 0.1.1

Http and Https 3 pure implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "http3"
version = "0.1.1"
authors = ["Isan-Rivkin <isanrivkin@gmail.com>"]
edition = "2018"
description = "Http and Https 3 pure implementation in Rust"
keywords = ["http", "http3"]
categories = ["web-programming"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/Isan-Rivkin/http3-rs"
homepage = "https://github.com/Isan-Rivkin/http3-rs"
[dependencies]