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

Use ISO 646 alternative operators for bit ops + proper error messages for spaces around the `|filter` operator #18

Closed Kijewski closed 3 months ago

Kijewski commented 3 months ago

This change allows simplifying the use of filter expressions, because you won't have to care about spaces around the | pipe operator.

Todo:

Resolves #16.

GuillaumeGomez commented 3 months ago

So remains nitpicking and the docs. Do you me want to handle the cherry-picking?

Kijewski commented 3 months ago

So remains nitpicking and the docs. Do you me want to handle the cherry-picking?

Yes, I'd be thankful if you do it.

GuillaumeGomez commented 3 months ago

Say no more, I'm on it!

GuillaumeGomez commented 3 months ago

Looks good to me, thanks!