zhiburt / tabled

An easy to use library for pretty print tables of Rust structs and enums.
MIT License
1.94k stars 77 forks source link

Add a `skip` function to `CompactTable` #387

Open zhiburt opened 8 months ago

zhiburt commented 8 months ago

Simple idea to skip N rows from top.

ref: #193