| Crates.io | ascii_code_finder |
| lib.rs | ascii_code_finder |
| version | 0.1.0 |
| created_at | 2020-08-10 09:18:24.825961+00 |
| updated_at | 2020-08-10 09:18:24.825961+00 |
| description | Simple library to find ascii code of a character or get a character by its ascii code |
| homepage | https://github.com/wafelack/ascii |
| repository | https://github.com/Wafelack/ascii |
| max_upload_size | |
| id | 274978 |
| size | 6,786 |
Simple library to find ascii code of a character or find a character by its ascii code
fn get_ascii_code(c: char) -> usize
fn get_char_by_code(code: usize) -> char