Open2

Unicode文字一覧表

ahiromasaahiromasa

英小文字 → 数字

u32::from(*c) - 97

数字 → 英小文字

char::from_u32(n as u32 + 97)