Since strs and vecs share the same representation, there should be a way to "cast" a `&u8` slice into an `&str` with the same lifetime. There are a few FIXMEs in tydecode where this could save a copy.