We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&u8
&str
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.