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

xwt-anchor

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

2 unstable releases

new 0.2.0 Apr 24, 2024
0.1.0 Apr 22, 2024

#5 in #anchor

Download history 107/week @ 2024-04-17

107 downloads per month

MIT license

34KB
679 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