pub fn write_binary_header(
path: &str,
header: &BinaryHeader,
) -> Result<(), Error>Expand description
Write a BinaryHeader to path, creating or truncating the file.
pub fn write_binary_header(
path: &str,
header: &BinaryHeader,
) -> Result<(), Error>Write a BinaryHeader to path, creating or truncating the file.