3 releases (breaking)
0.3.0 | Aug 8, 2024 |
---|---|
0.2.0 | Apr 24, 2024 |
0.1.0 | Apr 22, 2024 |
#4 in #anchor
37 downloads per month
34KB
692 lines
xwt
a.k.a. xwebtransport
and Cross WebTransport.
A common WebTransport interface for browser and native.
Work in progress. The project is slowly maturing.
You can still peek around, but be aware that I might force-push master
occasionally.
If you don't mind that - feel free to join the fun right away!
lib.rs
:
The anchor types for xwt_core
.
Intended to be useful in overcoming the restriction on the implementations for foreign types.
That is - if you want to implement something for xwt_core
but can't -
implement it concretely for an xwt_anchor
type and switch to using
xwt_anchor
-wrapped types instead of raw xwt_core
traits where
applicable.
This implementation is experimental, and we'll see on whether we'll keep maintaining it.