askama/rinja_parser
René Kijewski ee3a9e675a Add .rustfmt.toml configuration
This PR configures the formatting with a few defaults that aid
readability, in my opinion. One drawback of adding this file is that
rustfmt uses unstable features, now, and you have to use nightly to run
it:

```sh
cargo +nightly fmt --all
```
2024-07-04 07:05:57 +02:00
..
2024-06-17 17:25:11 +02:00
2024-06-17 15:58:52 +02:00
2024-07-04 07:05:57 +02:00
2024-06-20 18:53:14 +02:00
2024-06-17 15:58:52 +02:00
2024-06-17 15:58:52 +02:00
2024-06-17 15:58:52 +02:00
2024-06-17 15:58:52 +02:00

rinja_parser: template parser for the Rinja templating engine

Documentation Latest version Build Status Chat

This crate contains the procedural macros used by the Rinja templating engine.