Using the C API
This tutorial describes how to use the TQUIC C API.
tip
The complete example code for this article can be found in the TQUIC C example repository on GitHub:
The TQUIC C API is functionally equivalent to the TQUIC RUST API, except programming language details.
- To begin working with the TQUIC C API, we recommend referring to the "Core Concepts" section, which covers important concepts related to its usage.
- Additionally, detailed guidance on using the API can be found in the "Using the Rust API" section.