rust
2025
A tale of Rust, Svelte, and islands of interactivity
My attempt at calling Deno from Rust to prerender Svelte components via ESbuild, and bundling a client hydration script.
Calling Rust from Haskell, and vice versa.
Integrating different programming languages can be a complex endeavor. This article explores the fascinating world of Foreign Function Interface (FFI), demonstrating how to bridge Haskell and Rust.
2024
Building an SSG in Rust
Some reflections on using Rust to write a static site generator...
Bringing treesitter to the Internet
Are we stuck using regex based syntax highlighters forever? What if there is an alternative we could use on the web? In this article I try to use a real parser to highlight syntax in code blocks.