refactor/establish-solid-foundation #1
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/establish-solid-foundation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactoring to create a cleaner foundation for future functionality. We now use:
This also includes minor fixes in the licensing files.
Note: introduces one TODO: src/docker/mod.rs's update fn is slightly inefficient as it does redundant computing, it is most definitely possible to derive the args variable from the first pass, which defines the targets variable.
"Why are you opening a PR on your own solo project?" Practice, mostly.