cattocol
Combine two text into one text as columns or by lines.
- Without the ansi escpe sequences.
- With the ansi escpe sequences.
Examples
use CatToCol;
let txt_one = Stringfrom;
let txt_two = Stringfrom;
let cat_to_col = new.fill.repeat;
let combine_iter = cat_to_col.combine_col;
println!;
//Text cat Concat text.
//by line. Two line.
//Test line. Min.
// Max
License
GNU General Public License v3.0