alloc.rs |
|
17774 |
builtin.rs |
|
13472 |
escape.rs |
|
23437 |
humansize.rs |
|
4043 |
json.rs |
|
11371 |
mod.rs |
Module for built-in filter functions
Contains all the built-in filter functions for use in templates.
You can define your own filters, as well.
## Note
All **result types of any filter function** in this module is **subject to change** at any
point, and is **not indicated by as semver breaking** version bump.
The traits [`AutoEscape`] and [`WriteWritable`] are used by [`askama_derive`]'s generated code
to work with all compatible types. |
1401 |
urlencode.rs |
|
5746 |