jj/cli
Yuya Nishihara 7643364a76 templater: move core wrap_*() functions to property wrapper type
I think this was remainder of the old design where wrap_*() functions took
&TemplateLanguage as self argument. Since the wrapper type implements accessor
functions like .try_into_boolean(), it makes sense that the same type implements
::wrap_boolean(), etc.

These .wrap_<T>() functions will become generic over T.
2025-05-05 01:16:41 +00:00
..
examples templater: convert property to trait object by caller 2025-05-01 00:33:59 +00:00
src templater: move core wrap_*() functions to property wrapper type 2025-05-05 01:16:41 +00:00
testing cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
tests cli: add "$schema" line when creating new config file 2025-05-04 17:14:10 +00:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml config: switch to etcetera from dirs 2025-05-02 20:05:24 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00