web-transport 0.6.2

Generic WebTransport API with native (web-transport-quinn) and WASM (web-transport-wasm) support.
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.2]https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.6.1...web-transport-v0.6.2 - 2024-10-27

### Other

- Gotta bump deps too. ([#48]https://github.com/kixelated/web-transport-rs/pull/48)
- Update crate description

## [0.6.1]https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.6.0...web-transport-v0.6.1 - 2024-10-26

### Other

- Derive PartialEq for Session. ([#45]https://github.com/kixelated/web-transport-rs/pull/45)

## [0.5.1]https://github.com/kixelated/web-transport-rs/compare/web-transport-v0.5.0...web-transport-v0.5.1 - 2024-08-15

### Other
- Some more documentation. ([#34]https://github.com/kixelated/web-transport-rs/pull/34)