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

Rust Closures in FFI

Every now and then when using native libraries from Rust you’ll be asked to pass a callback across the FFI boundary. The reasons are varied, but often this might be done to notify the caller when “interesting” things happen, for injecting logic (see the S... (more…)

Read more »