1 2 3 4 5 6 7 8
# Format code with rustfmt # Usage: just fmt # Example: just fmt fmt: @echo "📝 Formatting code..." cargo fmt @echo "✅ Formatting complete!"