Explore the integration of Rust components into curl in this 41-minute conference talk by Daniel Stenberg, creator of curl and contributor to HTTP/2 and QUIC working groups. Learn about the motivations behind this integration, its implementation, and its impact on curl's functionality. Discover insights into building reliable and predictable systems, addressing vulnerabilities, and managing multiple backends. Delve into the intricacies of creating an HTTP backend, understanding the complexities of HTTP, and the role of Hyper in transmission. Examine the process of splitting up HTTP, building curl with Hyper, and implementing various backends including TLS, HTTP/3, QUIC, and libcurl. Gain knowledge on utilizing Hyper, rustls, and quiche, and get an update on the current status and future developments of this project.
Curl with Rust: Adding Support for Rust Components - Daniel Stenberg