Available on crate feature
encoding only.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.