Actually just three programming languages in a trenchcoat

add debugging log

+1
+1
.tangled/workflows/rust.yml
··· 17 17 rustup toolchain install stable 18 18 rustup component add rustfmt 19 19 rustup component add clippy 20 + llvm-config --prefix 20 21 - name: "Format" 21 22 command: "cargo fmt -- --check" 22 23 - name: "Clippy"