vxde 2.0.0-beta.0

A Rust library to parse .vxd files containing key-value pairs used in games or configurations.
Documentation
1
2
3
4
5
6
USER_PASS: string = "dhhdhdhd";
id_lowercase_name: i32 = 323;
NEXT_VAR_NOLINEBREAK: string = "hello";
EMPTY_VAR_WILL_BE_IGNORED: null;
ANOTHER_ONE: null;