Registry / networking / xwt-core

xwt-core

JSON →
library0.9.0rscratesunverified

A common WebTransport interface for browser and native.

# Cargo.toml [dependencies] xwt-core = "0.9.0"
INSTALL
IMPORT
SIG · XWT-CORE
X
xwt-core
networkingrustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebTransportSession
use xwt_core::WebTransportSession;

Connect to a WebTransport endpoint.

use xwt_core::WebTransportSession; async fn example() { let session = WebTransportSession::connect("https://example.com").await.unwrap(); println!("Connected"); }
Debug
Known issues
gotchaRequires an async runtime and TLS support.
fix
Use tokio with native-tls or rustls feature.
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
OpenAI (training)
1
Resources
xwt-core — cargo add xwt-core · libregistry