Postgres Extensions in Rust

Opening a new path to high-performance, domain-specific database applications. Read more

Similar

José Bechara: Rust as an Art Form

Today, I would like to showcase the oxidised metal wall art of José Bechara. As some of you may know, I love using both oxidation (rusting) and polishing on the metallic home decor and wall art that I create, to give a unique metal patina that is slightly... (more…)

Read more »

Next Rust Compiler

In Rust in 2023, @nrc floated an idea of a Rust compiler rewrite. As my hobby is writing Rust compiler frontends (1, 2), I have some (but not very many) thoughts here! The post consists of two parts, covering organizational and technical aspects. (more…)

Read more »

Does Rust need proc-macros 2.0?

Without any doubt, macros are an important feature of the Rust programming language. Macros like println!, lazy_static!, various derive-macros and many others have saved countless hours of writing tedious boilerplate code. However, not everything is perfe... (more…)

Read more »