Rust terminal drawing library
Find a file
Joscha 26a8936cf5 Store Styled with contiguous string
The previous implementation of Styled used chunks that consisted of a
String and a ContentStyle. The current implementation instead stores a
single String and chunks consisting of a ContentStyle and an ending
index.

This implementation may reduce allocations and makes width-related
operations easier, for example getting the width of a Styled with its
whitespace trimmed.
2022-08-01 19:02:57 +02:00
examples Store Styled with contiguous string 2022-08-01 19:02:57 +02:00
src Store Styled with contiguous string 2022-08-01 19:02:57 +02:00
.gitignore Create project 2022-05-21 00:15:53 +02:00
Cargo.toml Update dependencies 2022-07-06 11:21:18 +02:00