#ascii #convert #character #find

ascii_code_finder

Simple library to find ascii code of a character or get a character by its ascii code

1 unstable release

0.1.0 Aug 10, 2020

#149 in #character

MIT license

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

No runtime deps