Skip to main content

Crate lightyear_webtransport

Crate lightyear_webtransport 

Source
Expand description

WebTransport transport wrappers for Lightyear.

This crate adapts aeronet_webtransport into Lightyear’s transport-neutral Link model through lightyear_aeronet. Client support is available with the client feature. Server support is available with the server feature on non-WASM targets.

Modules§

clientclient
Client-side WebTransport transport integration. Client-side WebTransport transport integration.
prelude
Re-exports commonly needed by applications configuring WebTransport.
serverserver and non-target_family=wasm
Server-side WebTransport transport integration. Server-side WebTransport transport integration.

Enums§

WebTransportError
Errors produced while creating WebTransport client or server transport entities.