pub trait Roman { // Required method fn roman(&self) -> String; }
Encodes unicode string into roman numerals
println!("Hello, world! : {}", "Hello, world!".roman()) /* LXXII CI CVIII CVIII CXI XLIV XXXII CXIX CXI CXIV CVIII C XXXIII */