Cosmetic changes, and a "lightweight" breaking change to the namespace argument calls
Added a custom rustfmt rule for tab_spaces being 2. It's an endless point of disagreement, and just fits my visual aesthetic better than 4. Might as well standardize that
I am now using vscode for Rust development, and am automatically running rustfmt on save, which enforced most of the styling changes in this PR
I also ran clippy and lifted some needless mutability and ownership requirements.
Some of these rules can likely be enhanced with better values down the line, but I find it to be a good start.
Cosmetic changes, and a "lightweight" breaking change to the namespace argument calls
Some of these rules can likely be enhanced with better values down the line, but I find it to be a good start.