Crate dmxparser

Source
Expand description

A library for the Valve Data Model eXchange (DMX) format in Rust

Modules§

dmx
Data structures used to represent a DMX file in memory
formats
Data formats deserializable from a File
serde
Implementation of a serde Deserializer from a File

Functions§

from_reader
Read a DMX file from a (buffered) reader, returns an owned version of the dmx::File struct
from_slice
Read a DMX file from an in-memory buffer, returns a borrowed version of the dmx::File struct