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