ascii_code_finder

Crates.ioascii_code_finder
lib.rsascii_code_finder
version0.1.0
sourcesrc
created_at2020-08-10 09:18:24.825961
updated_at2020-08-10 09:18:24.825961
descriptionSimple library to find ascii code of a character or get a character by its ascii code
homepagehttps://github.com/wafelack/ascii
repositoryhttps://github.com/Wafelack/ascii
max_upload_size
id274978
size6,786
Wafelack (Wafelack)

documentation

https://github.com/Wafelack/ascii/blob/master/README.md

README

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

Commit count: 0

cargo fmt