pub fn sniff_unity_file_kind_prefix(prefix: &[u8]) -> Option<UnityFileKind>Expand description
Classify a file by inspecting an in-memory prefix.
This is a cheap, conservative helper intended for fast directory scans.
pub fn sniff_unity_file_kind_prefix(prefix: &[u8]) -> Option<UnityFileKind>Classify a file by inspecting an in-memory prefix.
This is a cheap, conservative helper intended for fast directory scans.