| ▲ | Rendello 2 hours ago | |
Aside: one Zig (syntax) feature that I really missed in Rust is shown in the second code block, namely prefixed multi-line string literals à la:
I've started using the Rust macro library `docstr` [1], which does the same thing:
It even works with macros (example from the docs):
1. https://docs.rs/docstr/latest/docstr/ | ||