Has anyone ever used `just` instead of `make` as a task runner for a project? If so, how did it work for you? Any feedback?
I have some nontrivial cargo command invocations that need to support parameterization, so I'm considering adding a task runner to the project. Just wondering, should I stick with `make`, or try something new?