aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2017-05-13Add license (GPLv3+)Teddy Wing
2017-05-09Move `open_stream()` to lib.rsTeddy 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.