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

Use witdh 1 for special chars when slipping strings #411

Closed madchicken closed 2 weeks ago

madchicken commented 2 months ago

A naive attempt to fix issue #410

The PR adds 1 to the width of a string when a special char is encountered.