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

Add link to our book in README.md #10

Closed Kijewski closed 2 weeks ago

Kijewski commented 2 weeks ago

Once we have releases, we can link to the latest stable release. It will be available under https://rinja.readthedocs.io/en/stable/ once we have tagged revisions.

GuillaumeGomez commented 2 weeks ago

Could you add it to the Cargo.toml and rinja/src/lib.rs please?

Kijewski commented 2 weeks ago

Sure, should have thought about that.

GuillaumeGomez commented 2 weeks ago

Thanks! Merge once CI is green as usual. ;)