color-char

Crates.iocolor-char
lib.rscolor-char
version0.2.0
sourcesrc
created_at2022-11-27 05:39:11.106832
updated_at2022-11-27 06:07:56.026809
descriptionCharacter with color information
homepage
repositoryhttps://github.com/oovm/color-rs
max_upload_size
id723590
size8,783
SasakiSaki (oovm)

documentation

https://docs.rs/color-char

README

Colored Character

The first 11 bits represent the color, up to 2^11 = 2048 colors.

The last 24 bits represent a unicode character, up to 2^21 = 2097152 characters.

Commit count: 85

cargo fmt