| alloc.rs |
|
14264 |
- |
| core.rs |
|
26125 |
- |
| default.rs |
|
13004 |
- |
| escape.rs |
|
19172 |
- |
| humansize.rs |
|
7796 |
- |
| indent.rs |
|
11311 |
- |
| json.rs |
|
9714 |
- |
| 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_macros`]'s generated code
to work with all compatible types. |
2480 |
- |
| std.rs |
|
1830 |
- |
| urlencode.rs |
|
5783 |
- |