Open Ace314159 opened 3 years ago
Currently calling into_bytes() consumes the object, but it would be nice to have access to the bytes via a reference or mutable reference.
into_bytes()
Seconding this — even a non-mutable reference could possibly be a make-or-break feature for me.
Currently calling
into_bytes()
consumes the object, but it would be nice to have access to the bytes via a reference or mutable reference.