aboutsummaryrefslogtreecommitdiffstats
path: root/src/prefix_println.rs
AgeCommit message (Collapse)Author
2018-11-22Add licenseTeddy Wing
2018-10-25Add `dkeprintln` macroTeddy Wing
This macro functions exactly like `eprintln` while prepending the string "dome-key: error: " to all messages. Allows us to give a uniform prefix to printed rerrors. Used the `println` macro as a reference: https://doc.rust-lang.org/src/std/macros.rs.html#157-162