qubit-codec-text 0.1.0

Buffer-oriented text encoding and decoding utilities for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod ascii_codec_tests;
mod charset_codec_tests;
mod charset_convert_error_tests;
mod charset_converter_tests;
mod codec_stdlib_consistency_tests;
mod core_codec_trait_tests;
mod latin1_codec_tests;
mod malformed_action_tests;
mod unmappable_action_tests;
mod utf16_byte_codec_tests;
mod utf16_u16_codec_tests;
mod utf32_byte_codec_tests;
mod utf32_u32_codec_tests;
mod utf8_codec_tests;