We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
7e57678
"detached"
Have Reader<'r> return &'r [u8] in read_* operations, then the issue around borrowing Reader without unsafe "detahced" feature!
Reader<'r>
&'r [u8]
read_*
Reader
"detahced"