Function bytes_to_u64_vec

Source
pub fn bytes_to_u64_vec(bytes: &Bytes) -> Vec<u64>
Expand description

Safely converts bytes to Vec using bytemuck for optimal performance. Faster than chunking and converting each piece individually.

The input bytes are a sequence of little-endian u64s.