datamodel 0.3.0

A rust library to serialize and deserialize Valve's proprietary DMX file format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.regex]
version = "1.10.2"

[dependencies.uuid]
features = ["v4", "fast-rng"]
version = "1.5.0"

[package]
authors = ["Jakobg1215"]
description = "A rust library to serialize and deserialize Valve's proprietary DMX file format."
edition = "2021"
exclude = ["*.dmx"]
keywords = ["valve", "source-engine", "datamodel"]
license = "MIT"
name = "datamodel"
readme = "README.md"
repository = "https://github.com/Jakobg1215/datamodel-rs/"
version = "0.3.0"