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-28 05:21:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
askama
/
askama_parser
History
Dirkjan Ochtman
1170d54c3b
parser: improve parse error structure
2024-06-07 12:12:15 +02:00
..
benches
Add simple parser benchmark
2024-05-16 18:30:33 +02:00
fuzz
Improve error message by providing the file where the error occurred if it is not an inlined source
2024-04-05 12:13:54 +02:00
src
parser: improve parse error structure
2024-06-07 12:12:15 +02:00
tests
Fix parsing nested comments
2024-05-01 13:52:46 +02:00
Cargo.toml
parser: improve parse error structure
2024-06-07 12:12:15 +02:00
LICENSE-APACHE
parser: add missing license files
2024-01-15 07:28:38 +01:00
LICENSE-MIT
parser: add missing license files
2024-01-15 07:28:38 +01:00
README.md
Advertise Discord channel instead of Gitter
2023-10-03 17:39:03 +02:00
README.md
askama_parser: template parser for the Askama templating engine
This crate contains the procedural macros used by the
Askama
templating engine.