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
These methods have the following comments in them:
// TODO: Support long ints
// TODO: Support byteorder param
// TODO: Support signed param
I encountered this when trying to convert an int to big-endian bytes, but to_bytes returned little-endian bytes instead. from_bytes also apparently only supports little-endian bytes.