LukasKalbertodt / term-painter

Cross-platform Rust library for coloring and formatting terminal output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce `Style` struct size

LukasKalbertodt opened this issue · comments

Since Style is often passed by value (consumed), it would be nice to reduce it's size. There's much room for space optimization.