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

Remove duplicated code to detect Rust keywords/identifiers #24

Closed GuillaumeGomez closed 3 months ago

GuillaumeGomez commented 3 months ago

Follow-up of https://github.com/rinja-rs/rinja/pull/23.

cc @Kijewski