1 unstable release
0.1.0 | Aug 10, 2020 |
---|
#147 in #character
7KB
205 lines
ascii
Simple library to find ascii code of a character or find a character by its ascii code
Documentation
get_ascii_code
fn get_ascii_code(c: char) -> usize
get_char_by_code
fn get_char_by_code(code: usize) -> char