Expand description
Aetheris WebTransport-based transport logic.
This crate implements the GameTransport trait using wtransport (QUIC/HTTP3).
It handles in-memory self-signed certificate generation and logs the SHA-256
hash required for browser-based client connections.
Structsยง
- WebTransport
Bridge - A WebTransport bridge that implements
GameTransport.