box-drawing-table

Crates.iobox-drawing-table
lib.rsbox-drawing-table
version0.1.0
sourcesrc
created_at2022-11-03 06:13:30.716041
updated_at2022-11-03 06:13:30.716041
descriptionPretty print tables using box-drawing characters
homepage
repositoryhttps://github.com/algon-320/box-drawing-table
max_upload_size
id704066
size75,028
algon (algon-320)

documentation

README

Box-drawing Table

demo.png

TODO: add docs and examples

Features (TODO)

  • UTF-8 (tested on Japanese characters)
  • Print borders with Box-drawing characters
  • ANSI terminal escape sequence (Color, Bold, Italic, etc...)
  • Column width / Row height (either Flexible or Fixed(usize))
  • Alignment for each cell
    • Horizontal
    • Vertical
  • Allow multiline string in a cell

License

MIT

Commit count: 22

cargo fmt