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
28 stars 4 forks source link

Enable `feature(doc_auto_cfg)` and `--generate-link-to-definition` #22

Closed Kijewski closed 2 weeks ago

GuillaumeGomez commented 2 weeks ago

That makes me happy to see projects using features I wrote. :D

Kijewski commented 2 weeks ago

Hehe, I didn't even realize this these features were your work.

Comments may be helpful, but code is always helpful, so easily traversing it is very useful to me. And as much as you try to keep doc(cfg()) annotations up to date, chances are you won't, so I like doc_auto_cfg very much. :)

GuillaumeGomez commented 2 weeks ago

doc_auto_cfg and doc_cfg in general might get stabilized in a not so far future. The RFC is here.