Enums§
- Encoded
Char - An encoded character in Shift JIS encoding.
Functions§
- decode
- Decodes a byte slice into a string.
- decode_
char - Decodes a single character from the input.
- decode_
char_ from - Decodes a single character from an already-read input.
- decode_
lossy - Decodes a byte slice into a string, lossily.
- encode
- Encodes a string into a byte vec.
- encode_
char - Encodes a single character, yielding either an error or one or two bytes.
- encode_
lossy - Encodes a string into a byte vec, lossily.