pub fn export_to_binary<P: AsRef<Path>>(
allocations: &[AllocationInfo],
path: P,
) -> Result<(), BinaryExportError>
Expand description
Export allocation information to binary format with default configuration
pub fn export_to_binary<P: AsRef<Path>>(
allocations: &[AllocationInfo],
path: P,
) -> Result<(), BinaryExportError>
Export allocation information to binary format with default configuration