acf-parser
A simple ACF parser, targeted at reading Valve configuration files
acf-parser is a lightweight Rust parser leveraging Chumsky for performant file parsing.
The parser returns a vector of entries, each containing a HashMap with all listed elements.
NOTE: The Valve ACF format is not openly published. This project takes a stab at parsing the format based on a small selection of .acf inputs. Accuracy cannot be guaranteed for all input files!
Usage
use *;