This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
askama
Watch
1
Star
0
Fork
0
You've already forked askama
mirror of
https://github.com/askama-rs/askama.git
synced
2025-09-29 22:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
askama
/
rinja_parser
History
René Kijewski
6fe504e133
Bump version numbers to v0.3.0
2024-08-01 15:41:37 +02:00
..
benches
Fix formatting
2024-06-17 17:25:11 +02:00
fuzz
Rename everything to rinja
2024-06-17 15:58:52 +02:00
src
Improve compilation error message for invalid usage of rest pattern
2024-07-31 19:28:50 +02:00
tests
Add more tests for recursion errors
2024-06-20 18:53:14 +02:00
Cargo.toml
Bump version numbers to v0.3.0
2024-08-01 15:41:37 +02:00
LICENSE-APACHE
Rename everything to rinja
2024-06-17 15:58:52 +02:00
LICENSE-MIT
Rename everything to rinja
2024-06-17 15:58:52 +02:00
README.md
Remove links to discord server
2024-07-09 13:46:58 +02:00
README.md
rinja_parser: template parser for the Rinja templating engine
This crate contains the procedural macros used by the
Rinja
templating engine.