Closed fafhrd91 closed 7 years ago
Thanks! I believe though it's safe to remove the Option wrapper here as while the instance is valid they should never be None
Option
None
ok, makes sense.
Could you create crate release with this changes. this significantly simply case when you need to write compressed/decompressed data to a BytesMut object.
Sure thing, done!
Thanks!
Thanks! I believe though it's safe to remove the
Option
wrapper here as while the instance is valid they should never beNone