quinn-rs / quinn

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

i wanna use quinn_proto but there's few document #1619

Closed ghost closed 1 year ago

djc commented 1 year ago

What is your use case? What are you having trouble with? What documentation have you looked at? Why do you want to use quinn-proto instead of quinn?

ghost commented 1 year ago

i don't wanna bind myself to tokio or rust futures/async feature i wanna create my own io library

ghost commented 1 year ago

found few document on docs.rs/quinn_proto

djc commented 1 year ago

Have you looked at the README? It links to a bunch of examples and a book that explains some of the core concepts.

In general, this issue is not actionable. Feel free to file issues with specific questions after you've read through the relevant documentation, or join our Discord channel (also linked in the README) to ask questions there.

In both cases, generic remarks like "there's few documents" are pretty unhelpful.

ghost commented 1 year ago

i found no discord link or example without async. https://github.com/quinn-rs/quinn. i found https://github.com/quinn-rs/quinn/tree/main/quinn-proto/src/tests and docs.rs doc.

djc commented 1 year ago

Sorry, there's a Matrix link but it's the same underlying channel. Discord: https://discord.gg/SGPEcDfVzh.

That's right, for most people (especially people with seemingly little familiary with the space -- it seems like you might be in this category), we definitely advise the use of the higher-level API (which works with any async runtime).