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

I128 and u128 support merged in Rust

Brings i128 and u128 support to nightly rust, behind a feature flag. The goal of this PR is to do the bulk of the work for 128 bit integer support. Smaller but just as tricky features needed for st...

Read more »

The XDG base directory specification and Rust

The XDG base directory specification exists to address the problem of where programs should look for various kinds of files on a Unix system. Traditionally, in Unix, a per-program, per-user configuration file is stored as a “dot file”: program foo would e... (more…)

Read more »