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.