int_to_bytes

Function int_to_bytes 

Source
pub fn int_to_bytes(number: u64) -> Vec<u8> 
Expand description

Get a compressed bytes (leading-zero-truncated big-endian bytes) from a u64.