Hacker News new | ask | show | jobs
by maxxxxx 2563 days ago
They should do string interpolation like C# since C# 5. Really easy to use, type safe and avoids a lot of mistakes.
1 comments

It is possible to do string interpolation in Rust with a macro:

https://docs.rs/interpolate/0.2.3/interpolate/