Skip to main content

Module decode

Module decode 

Source
Expand description

Decoding raw bytes to UTF-8 strings. Decoding raw bytes to UTF-8 strings.

Uses encoding_rs for the actual byte-to-character conversion.

Functionsยง

decode
Decode raw bytes using a known encoding.
decode_or_detect
Auto-detect encoding and decode in one step.