1 unstable release
0.1.0 | Apr 14, 2020 |
---|
#9 in #typewriter
9KB
189 lines
Command-line table typewriter.
Example:
let cell = Cell::new()
.set_width(20)
.set_text("Text")
.set_text_pad('+');
let row = super::Row::new()
.add_cell(cell)
.build_rows();
Dependencies
~3–4.5MB
~73K SLoC