charname

Crates.iocharname
lib.rscharname
version1.17.0
created_at2018-05-15 00:49:18.826388+00
updated_at2025-09-11 19:17:38.631929+00
descriptionIncredibly simple library that just gives you the Unicode name for a character.
homepage
repositoryhttps://github.com/JuanPotato/charname
max_upload_size
id65441
size1,358,377
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: 35

cargo fmt