Hacker News new | ask | show | jobs
by cdirkx 1633 days ago
The code shown in the article isn't Rust, but Rune [0], which has similar syntax, but is a dynamic scripting language. It has template literals [1].

[0] https://rune-rs.github.io/

[1] https://rune-rs.github.io/book/template_literals.html

1 comments

Oh, that makes sense.