export_to_binary_with_config

Function export_to_binary_with_config 

Source
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