Name Description Size
builtin.rs 31712
escape.rs 23023
humansize.rs 1327
json.rs 7794
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 [`rinja_derive`]'s generated code to work with all compatible types. 1292
urlencode.rs 5644