Function parse_vmf
Source pub fn parse_vmf(input: &str) -> VmfResult<VmfFile>
Expand description
Parses a VMF string into a VmfFile
struct.
§Arguments
input
- The VMF string to parse.
§Returns
A VmfResult
containing the parsed VmfFile
or a VmfError
if parsing fails.