LevelDB-rs: implementation of LevelDB in Rust

A reimplementation of LevelDB in Rust (no bindings). – GitHub – dermesser/leveldb-rs: A reimplementation of LevelDB in Rust (no bindings). Read more

Similar

System programming in Rust – part 2

Some time ago I promised to write more about System Programming in Rust. The only problem was - I didn’t have a good idea what specifically I can write about. Sure, I use Rust now and then but beyond ptrace and shared memory access (need to finish that Fu... (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 »