quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.74k stars 380 forks source link

C API #1356

Open tbu- opened 2 years ago

tbu- commented 2 years ago

There seems to be no feature request for it yet. Quoting the README.md:

quinn-proto: Deterministic state machine of the protocol which performs no I/O internally and is suitable for use with custom event loops (and potentially a C or C++ API).

Ralith commented 2 years ago

An early prototype has been contributed at https://github.com/quinn-rs/quinn-ffi, but it requires significant review/polish work to be release-ready.