The current state of Rust web frameworks

Whatever your project needs, here’s a rundown of current web frameworks in Rust and which to use for frontend and backend development. Read more

Similar

Writing a basic async debugger for Rust

I’m a big fan of Rust’s async feature, which lets you write explicit state machines like straight-line code. One of the operating systems I maintain, lilos, is almost entirely based on async, and I think it’s a killer feature for embedded development. (more…)

Read more »

Building a Web Browser in Rust

I have done something very foolish. I've started building a new web browser. From scratch. Not a new wrapper around Chromium or WebKit or Gecko. No, an actual new browser. Why have I done such a thing?! (more…)

Read more »