Docs.rs
unicode_converter-0.1.2
unicode_converter 0.1.2
Permalink
Docs.rs crate page
BSD-3-Clause
Links
crates.io
Source
Owners
Arkaeriit
Dependencies
clap ^3.0.0
normal
Versions
90.7%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
unicode_
converter
0.1.2
All Items
Crate Items
Modules
Crate
unicode_converter
Copy item path
Source
Modules
§
cesu_8
The CESU-8 module handle the
Compatibility Encoding Scheme for UTF-16: 8-Bit
.
unicode_
encoding
The
unicode_encoding
module contains the
UnicodeEncoding
trait that contains the common capabilities for all Unicode encodings.
utf_1
This module handle the now deprecated UTF-1 encoding.
utf_8
The UTF-8 module is quite important as it can be used to convert Rust’s strings into the other unicode encoding types.
utf_16
The UTF-16 module manipulates UTF-16 data.
utf_32
The UTF-32 module is the Rosetta Stone of this module, all other modules only convert from and to UTF-32. Thus, this module only need to take care of writing and reading encoded values to and from a stream of bytes.