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
Variable-length integer encoding (protobuf style) is present in many network and file protocols. While it is not at the same level of 'standard' as LE / BE encoding, I would find it a highly useful addition to the Buf / BufMut traits.
I'm happy to provide a PR, but I wanted to check if you feel this fits into the crate's scope.
The text was updated successfully, but these errors were encountered:
Variable-length integer encoding (protobuf style) is present in many network and file protocols. While it is not at the same level of 'standard' as LE / BE encoding, I would find it a highly useful addition to the
Buf
/BufMut
traits.I'm happy to provide a PR, but I wanted to check if you feel this fits into the crate's scope.
The text was updated successfully, but these errors were encountered: