Constant hexplay::CODEPAGE_ASCII

source ·
pub const CODEPAGE_ASCII: &'static [char];
Expand description

The mapping for ASCII

This mapping uses the standard ascii character set which is composed of a 7-bit code (or 128 characters). The first 32 characters and the last one are non-printable control characters.