Function is_this_format

Source
pub fn is_this_format(buf: &[u8]) -> Result<u8>
Available on crate features circus and circus-arc only.
Expand description

Checks if the buffer is a valid DAT archive format.

  • buf - The buffer to check.