You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you wouldn't mind, I'd like to see a bytes() iterator for the Buffer structure. Perhaps even a to_string() and as_bytes() method too. Basically, when writing data to an output, it needs to be in a raw &[u8] format.
The text was updated successfully, but these errors were encountered:
If you wouldn't mind, I'd like to see a
bytes()
iterator for theBuffer
structure. Perhaps even ato_string()
andas_bytes()
method too. Basically, when writing data to an output, it needs to be in a raw&[u8]
format.The text was updated successfully, but these errors were encountered: