pub fn colour(text: &str, colour: &str) -> String
This function takes the &str, then calls the “colourise” function to convert it into a coloured string.
Examples
coloured("this is a black string", "black");