Highlights
- Arctic Code Vault Contributor
Pinned
948 contributions in the last year
Activity overview
Contributed to
mgeisler/textwrap,
martin-test-org1/testing,
mgeisler/testing2
and 5 other
repositories
Contribution activity
January 2021
Created 18 commits in 4 repositories
Created 2 repositories
Created a pull request in clap-rs/clap that received 6 comments
feat: count chars instead of bytes in str_width
While str_width
doesn’t attempt to handle all Unicode characters, it can handle some characters by counting char
s instead of bytes.
This allows it …
+12
−2
•
6
comments