Added coloured output and also removed hard-coded strings
authorHarishankar <v.harishankar@gmail.com>
Fri, 29 May 2020 15:23:57 +0000 (20:53 +0530)
committerHarishankar <v.harishankar@gmail.com>
Fri, 29 May 2020 15:47:39 +0000 (21:17 +0530)
commitac6c2056e35e042ada5f88580329bc2ca51e72ff
treea556be00518eb56ef24d3a470c51c13fe75a2d6b
parent8c424fbdf4baf3e27f63b2526def89ddf4ac1b83
Added coloured output and also removed hard-coded strings
Added colour to output using ansi_term crate and also removed
hardcoded strings from all over the input and replace them
with const
Cargo.lock
Cargo.toml
src/main.rs