xwt-core 0.9.0

A common WebTransport interface for browser and native. Write once, run anywhere.
Documentation
1
2
3
4
5
6
7
8
9
//! Operations that have the endpoint as the subject.

pub mod accept;
pub mod accept_utils;
pub mod connect;
pub mod connect_utils;

pub use accept::Accept;
pub use connect::Connect;