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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate unicode_converter
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.