Struct encoding::codec::singlebyte::SingleByteEncoding
[−]
[src]
pub struct SingleByteEncoding { pub name: &'static str, pub whatwg_name: Option<&'static str>, pub index_forward: fn(u8) -> u16, pub index_backward: fn(u32) -> u8, }
A common framework for single-byte encodings based on ASCII.
Fields
name | |
whatwg_name | |
index_forward | |
index_backward |