Name Description Size Coverage
alloc.rs 31102 -
builtin.rs 13589 -
escape.rs 19372 -
humansize.rs 4151 -
json.rs 9748 -
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. 1482 -
std.rs 1830 -
urlencode.rs 5825 -