rust-cli / anstyle

ANSI text styling
https://docs.rs/anstyle
Other
106 stars 16 forks source link

perf: Try to optimize for binary size #78

Closed epage closed 1 year ago

epage commented 1 year ago

These ended up having minimal benefit (StripStream::write and Style::write_to having the most) but I also feel these help make the code more straightforward.