Useful Commands

This is a list of useful commands I came accross at some point.

Fix a bunch of cargo directories in one go

find . -type f -name "Cargo.toml" | xargs -I{} cargo fix --manifest-path="{}" --allow-dirty