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
Make byte order in integer parsing explicit. (#35)
This PR renames the methods on Parser that parse integers by adding a _be
suffix to make clear that they are parsing integers in big-endian byte order
and adds new methods for little endian parsing.
This is a breaking change.
---------
Co-authored-by: Luuk Hendriks <[email protected]>
0 commit comments