#xwt #web-transport #anchor #foreign #type #cross #traits

xwt-anchor

Anchor types for xwt. Useful to overcome foreign type implementation limitations

3 releases (breaking)

0.3.0 Aug 8, 2024
0.2.0 Apr 24, 2024
0.1.0 Apr 22, 2024

#5 in #anchor

Download history 1/week @ 2024-07-23 1/week @ 2024-07-30 106/week @ 2024-08-06 3/week @ 2024-08-13 7/week @ 2024-09-10 4/week @ 2024-09-17 18/week @ 2024-09-24 8/week @ 2024-10-01

135 downloads per month

MIT license

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.

Dependencies