eliad-wiz
eliad-wiz
SCREAMING_SNAKE_CASE might not be the expected format, so allow keeping the original serde field names ## What did you implement: a new keep_names() functionthat can be used in order to...
Allow specifying loops in task dependencies the same way they can be used in cmds Taskfile: ```yaml version: '3' tasks: deptask: desc: dependency task cmds: - echo dependency foo {{.FOO}}...
implement valuable for Path instead of &Path, in order to support types like Box
This is useful in order to allow looking for interned str without having to create owned value first. simple benchmarks show nice improvement in case the str was already interned:...