cbor
cbor copied to clipboard
ser: Remove superfluous float.to_bits() calls
float.to_be_bytes() has the same effect as float.to_bits().to_be_bytes()
They're presumably optimized to the same code, but the former's intent is a bit clearer.