ascii_code_finder 0.1.0

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

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