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.