Piccolo – experimental Lua VM implemented in pure Rust

An experimental Lua VM implemented in pure Rust. Contribute to triplehex/piccolo development by creating an account on GitHub. Read more

Similar

Writing an OS in Rust: Handling Exceptions

In this post, we start exploring CPU exceptions. Exceptions occur in various erroneous situations, for example when accessing an invalid memory address or when dividing by zero. To catch them, we have to set up an interrupt descriptor table that provides ... (more…)

Read more »

TiKV Rust Client – 0.1 release

We're pleased to announce the 0.1 release of the TiKV Rust client. TiKV is a distributed key-value store. TiKV is powerful, mature, and widely used as part of TiDB (a 'NewSQL' database). It is open source and written in Rust. However, up until now it has ... (more…)

Read more »