Implementing a Fast Research Compiler in Rust

Weld is a runtime and language for high performance data analytics, developed
in the Stanford Infolab. It is implemented
in Rust, a modern take on a fast systems
programming language. In this blog post we provide our experiences
implementing a low-level s… Read more

Similar

Creating WASM-opt Rust bindings with cxx

wasm-opt is a component of the Binaryen toolkit, written in C++, that optimizes WebAssembly modules, I have recently created a wasm-opt bindings crate for Rust (with the extensive help of my partner Aimeedeer). The wasm-opt crate allows wasm-opt to be ins... (more…)

Read more »

Understanding [Derive(Clone)] in Rust

This post assumes that you have an entry-level familiarity with Rust: you’ve fought with the borrow checker enough to start to internalize some of its model; you’ve defined structs, implemented traits on those structs, and derived implementations of commo... (more…)

Read more »

Rust Koans

Koans for the Rust programming language. Contribute to crazymykl/rust-koans development by creating an account on GitHub. (more…)

Read more »