Writing a Modern HTTP(s) Tunnel in Rust

A step-by-step guide on how to create an async I/O app in Rust. Read more

Similar

Writing Shared Libraries in Rust

Every tool that gets big enough eventually provides a way to support third-party logic. Maybe you expose APIs for clients to call. Maybe you take some code and run it in a sandbox. Maybe you embed a Lua interpreter. (more…)

Read more »