rinja-rs / rinja

A template rendering engine based on Jinja, generating type-safe Rust code at compile time.
https://rinja.readthedocs.io
Apache License 2.0
116 stars 10 forks source link

Add support for `b'a'`, `b"a"` and `c"a"` #106

Closed GuillaumeGomez closed 1 month ago

GuillaumeGomez commented 2 months ago

It would allow things like: if let [b'H', b'i', b' ', who @ .., b'!'] = b"Hi world!".