Crate xwt_core

Source
Expand description

A common WebTransport interface for browser and native. Write once, run anywhere.

Users should utilise the traits from this crate directly for the most flexibility at the type level.

Modules§

base
The base WebTransport operations definitions.
endpoint
Operations that have the endpoint as the subject.
prelude
A prelude of the ferquently used types.
session
Operations that have the session as the subject.
stream
Operations on the WebTransport streams.
stream_utils
Utilitites for the WebTransport streams.
utils
Useful utilities.

Traits§

ConnectionDeprecated
An backward-compat Connection trait.