dmxparser

Reading the Valve Data Model eXchange (DMX) format in Rust

Features

This library is split into 3 parts:

Limitations

At the moment this library:

All of this may eventually get fixed in a future (valve) time, but feel free to open a pull request if you want to help

Tests

The crate has a dynamic test suite that generates test cases dynamically based on a fixtures directory containing map files to be loaded. It defaults to using the tests/fixtures directory but can be pointed at the map directory of a game whose maps can obviously not be included here for copyright reasons to test the library on real data with cargo test --test reader -- --fixtures "D:/SteamLibrary/steamapps/common/Half-Life Alyx/content". Note that map files from retail games can be huge, and it can be necessary to disable the parallel execution of tests with --test-threads 1 to prevent too many maps being loaded at the same time and running out of memory.