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-27 04:50:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
askama
/
askama_macros
History
Guillaume Gomez
79d8f8886b
Update to rust edition 2024 and to MSRV 1.88
2025-07-07 22:23:29 +02:00
..
src
Make code generator re-usable for other projects
2025-05-17 13:20:21 +02:00
_typos.toml
Make code generator re-usable for other projects
2025-05-17 13:20:21 +02:00
.rustfmt.toml
Make code generator re-usable for other projects
2025-05-17 13:20:21 +02:00
Cargo.toml
Update to rust edition 2024 and to MSRV 1.88
2025-07-07 22:23:29 +02:00
clippy.toml
Make code generator re-usable for other projects
2025-05-17 13:20:21 +02:00
deny.toml
Make code generator re-usable for other projects
2025-05-17 13:20:21 +02:00
LICENSE-APACHE
Make code generator re-usable for other projects
2025-05-17 13:20:21 +02:00
LICENSE-MIT
Make code generator re-usable for other projects
2025-05-17 13:20:21 +02:00
README.md
Make code generator re-usable for other projects
2025-05-17 13:20:21 +02:00
tomlfmt.toml
Make code generator re-usable for other projects
2025-05-17 13:20:21 +02:00
README.md
askama_macros: procedural macros for the Askama templating engine
This crate contains the procedural macros used by the
Askama
templating engine.