unistring

Crates.iounistring
lib.rsunistring
version0.1.1
sourcesrc
created_at2021-07-18 04:15:49.70148
updated_at2021-07-18 18:10:30.090954
descriptionHelper functions for unicode in a terminal/monospace environment
homepage
repositoryhttps://github.com/retupmoca/unistring-rs
max_upload_size
id424282
size23,197
Andrew Egeler (retupmoca)

documentation

README

unistring

A few helper functions for manipulating unicode strings in a terminal/monospace font environment. This provides a trait on str to get a string's terminal width, and a couple of basic line-wrapping helpers.

Currently uses the GNU libunistring library (although I suspect it's feasible to rewrite into pure rust, and I may attempt that at some point)

Commit count: 7

cargo fmt