/// Escape the byte sequence using standard ASCII escape notation.
/// A helper struct returned by [nqs].
;
/// Wrap the provided `&str` in a way that formatting will not quote it.
///
/// Useful for making pretty debug/display calls when used with `debug_struct`.