tmpl/src
Dustin 09bd82d1df hooks: Run hooks in the order they were defined
Iterating over a `HashSet` produces items in an arbitrary order.  A
`BTreeSet`, on the other hand, produces items in the same order they
were inserted.  Thus, this structure is more appropriate, since the
execution order of hooks may be important in some cases.
2024-01-18 19:48:13 -06:00
..
templating templating: Add decrypt filter 2024-01-11 17:16:58 -06:00
main.rs hooks: Run hooks in the order they were defined 2024-01-18 19:48:13 -06:00
model.rs Add post-change hooks feature 2024-01-11 22:27:59 -06:00