fdm-toolkit 0.0.4

fdm-toolkit is a crate for reading and writing 4D Miner (0.2.1.4 Alpha) game-data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
description = "fdm-toolkit is a crate for reading and writing 4D Miner (0.2.1.4 Alpha) game-data."
categories  = ["data-structures", "encoding", "game-development", "config"]
keywords    = ["4DMiner", "gaming", "FDM", "modding"]
edition     = "2024"
license     = "MIT"
version     = "0.0.4"
name        = "fdm-toolkit"

[dependencies]
serde_derive = "^1.0"
serde        = "^1.0"