Serving a single file over HTTP with Rust and Go

Has anyone ever written anything that serves just a single file? Should this even be written? I don’t know the answer but I’ve written it, twice. Read more

Similar

Achieving warp speed with Rust

If you're looking to write fast code in Rust, good news! Rust makes it really easy to write really fast code. The focus on zero-cost abstractions, the lack of implicit boxing and the static memory management means that even naïve code is often faster than... (more…)

Read more »