Skip to content

Unicode character name library in rust with slight modifications

License

Notifications You must be signed in to change notification settings

JuanPotato/charname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unicode character name library in rust with slight modifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published