http3-quic 0.0.11

QUIC transport implementation.
Documentation
# http3-quic


[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](../LICENSE)
[![CI](https://github.com/0x676e67/http3/actions/workflows/CI.yml/badge.svg)](https://github.com/0x676e67/http3/actions/workflows/CI.yml)
[![Crates.io](https://img.shields.io/crates/v/http3-quic.svg)](https://crates.io/crates/http3-quic)
[![Documentation](https://docs.rs/http3-quic/badge.svg)](https://docs.rs/http3-quic)

QUIC transport implementation for [http3](https://github.com/0x676e67/http3).

## Overview


`http3-quic` integrates the `http3` HTTP/3 implementation.

## Features


- Complete implementation of the `http3` QUIC transport traits
- Full support for HTTP/3 client and server functionality
- Optional tracing support
- Optional datagram support
- Optional QUIC support

## License


This project is licensed under the [MIT license](../LICENSE).