pub fn parse_acf(path: &str) -> Result<Acf, AcfError>Expand description
ACF file parser
An ACF file is just a list of ACF entries. The current implementation returns a vector of entries, but expects a single root entry. It will not parse files that have additional entries given