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-30 06:21:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
askama
/
askama_shared
History
René Kijewski
c1fa2d6146
Fix a clippy::needless-borrow warning in askama_shared
2021-07-01 10:20:56 +02:00
..
src
Fix a clippy::needless-borrow warning in askama_shared
2021-07-01 10:20:56 +02:00
templates
Move code generation into askama_shared
2020-01-29 21:49:44 +01:00
Cargo.toml
Rename askama_actix trait method as suggested by clippy
2021-02-15 11:10:48 +01:00
LICENSE-APACHE
Add license files to each crate (
fixes
#339
)
2020-06-30 12:09:14 +02:00
LICENSE-MIT
Add license files to each crate (
fixes
#339
)
2020-06-30 12:09:14 +02:00
README.md
Add README files for subcrates
2020-06-30 13:35:53 +02:00
README.md
askama_shared: shared code for the Askama templating engine
This crate contains helper code used by the
Askama
templating engine.