use str;
const INVALID: &str = "\u{fffd}\u{fffd}\u{fffd}";
/// Converts from UTF-8 bytes to `&str`. If the bytes are not valid, instead returns a sequence of
/// three repeated replacement characters (U+FFFD, or �) to indicate a decoding error.
pub