Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The "app" components are moved to their own `app` module. This makes the `main.rs` very short and sweet, which leaves plenty of room for writing application-level documentation in the form of module-level doc comments to be added without making the file too large. This also allows the visibility of some modules to be changed to private, which highlighted some functions, methods, and constants were unused. This is related to #6 and #7.
- Loading branch information