tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit 048dfee3e3d2a8e5cb0f51b4aa3bc89494b54e96
parent 28a50e5d4bb4bb5d99ff603d70122444d9fc58f4
Author: mtmn <miro@haravara.org>
Date:   Sat, 11 Apr 2026 15:40:01 +0200

docs: naming

Former-commit-id: 5957f6359a34b44db472378ae8d42bade6871a94
Former-commit-id: 419827e29435cb21b8cbcf7a0df866a876c40b26
Former-commit-id: ec6f764a0440cd435565cda0c6fe0d1b7a1b9072
Diffstat:
Mjustfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/justfile b/justfile @@ -23,7 +23,7 @@ clippy +targets: # Format with `rustfmt` rustfmt +targets: - {{bazel}} build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect {{ "//" + replace(targets, " ", " //") }} + {{bazel}} build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect {{ "//" + replace(targets, " ", " //") }} # Run `bazel run //<target>` run +targets: