cli dollcode encoder and decoder

fix incorrect type in trait docs

0xda157 adc9f665 a14e4497

+1 -1
+1 -1
lib-porcelain/src/lib.rs
··· 6 6 where 7 7 Self: Sized; 8 8 9 - /// Takes a `u64` and encodes in to a `String` containing a dollcode made up 9 + /// Takes a `Self` and encodes in to a `String` containing a dollcode made up 10 10 /// of `'▖'`, `'▘'`, and `'▌'`. 11 11 fn to_dollcode(self) -> String; 12 12 }