Skip to main content

Crate webtrans_wasm

Crate webtrans_wasm 

Source
Expand description

WebTransport wrapper for WebAssembly.

Provides ergonomic Rust bindings around the browser WebTransport API.

Re-exports§

pub use webtrans_trait as generic;

Structs§

Client
Build a client with the given URL and options.
ClientBuilder
Builder wrapper for WebTransportOptions.
RecvStream
A byte stream received from the remote peer.
SendStream
A byte stream sent to the remote peer.
Session
A session represents a client-to-server connection.

Enums§

CongestionControl
The WebTransportCongestionControl enum.
Error
A WebTransport error classified by source.