| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-25 | Add `dkeprintln` macro | Teddy 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 | |||
