jj/cli
Yuya Nishihara 911cf4b8f6 templater: remove Context type from TemplateLanguage/Property
Now a compiled template doesn't have a static Context type internally. A
property is basically of "Fn() -> Result<O, _>" type, and a type-erased "self"
variable will be injected as needed.

Template<C> types will be refactored separately.
2024-03-22 11:51:15 +09:00
..
examples
src templater: remove Context type from TemplateLanguage/Property 2024-03-22 11:51:15 +09:00
testing
tests
build.rs
Cargo.toml
LICENSE