charname

Crates.iocharname
lib.rscharname
version1.15.1
sourcesrc
created_at2018-05-15 00:49:18.826388
updated_at2024-08-18 21:28:06.730835
descriptionIncredibly simple library that just gives you the Unicode name for a character.
homepage
repositoryhttps://github.com/JuanPotato/charname
max_upload_size
id65441
size1,161,109
Hasan (JuanPotato)

documentation

README

charname

A library to get the name of unicode characters. Documentation

Usage

There are two available functions get_name and get_name_checked.

get_name will always return a &str. If a certain character is unknown, it returns UNKNOWN CHARACTER

get_name_checked returns Option<&str>. If a certain character is unknown, it returns None

Commit count: 33

cargo fmt