quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.87k stars 396 forks source link

.NET/C# Binding #2032

Open StinkySteak opened 2 weeks ago

StinkySteak commented 2 weeks ago

I've came across https://github.com/quinn-rs/quinn-ffi, but it was maintained long ago.

My goal is to create a WebTransport for Unity (using https://github.com/BiagioFesta/wtransport). Do I need to compile the quinn first then WebTransport or only WebTransport?

Other than that, I've looked there is quiche.net (doesnt support WebTransport fully yet). or do you have any recommendation for just WebTransport that is completely working? (bindable)

djc commented 2 weeks ago

I don't have any recommendations. https://github.com/FractalFir/rustc_codegen_clr seems like a potentially interesting avenue but it's probably too immature for this today.