Write a deployment packaging script
Add trailing commas and clean up formatting
This is now issue #110. (To help with organization, I opened a separate issue instead of mashing it together with #109).
Use
Self
in implementations whenever possible
Drop the
_assemb
suffixes from test assembly loaders
Add trailing commas and clean up formatting
Let's do it in the next PR, along with renaming the test assembly loader functions. I think those two mass name changes are more similar to each other than to the changes this PR was intended for.
Add trailing commas and clean up formatting
Spacing around the =
in single-line calls looks okay to me, and it's consistent with typical Rust style for things like the [cfg
attribute](https://doc.rust-lang.org/rust-by-example/attribute/c…