Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-13 | Add license (GPLv3+) | Teddy Wing | |
2017-05-09 | Move `open_stream()` to lib.rs | Teddy Wing | |
Make `main.rs` responsible for only the `main()` function and command line option handling. Move the actual application code to `lib.rs` for clearer separation of concerns. |