Ah. I was curious about the Rust-style function returns (just having the name of the variable on the last line without a "return" statement or keyword), but knowing that the language is written in Rust answers my question of why that design decision was made ;)
Comments
It's not a blog post but the GitHub Actions workflow that deploys that site has some clues https://github.com/nbittich/adana/blob/42d167b1d04ad2e2f4045...
Ah. I was curious about the Rust-style function returns (just having the name of the variable on the last line without a "return" statement or keyword), but knowing that the language is written in Rust answers my question of why that design decision was made ;)