pub fn is_this_format(_filename: &str, buf: &[u8], buf_len: usize) -> boolAvailable on crate feature
artemis only.Expand description
Checks if the given buffer is in the Artemis AST format.
filename- The name of the file.buf- The buffer containing the data.buf_len- The length of the buffer.