texoder 0.0.5

A text stream which can encode/decode text in several encoding formats.
Documentation
1
2
3
4
5
6
pub mod decoder;

pub enum TextEncoding {
    UTF8,
    UTF16,
}