human-readable-map16 0.1.0

A wrapper around the human-readable-map16 C++ library for converting between Lunar Magic's binary .map16 format and a human-readable folder tree of text files
Documentation
[package]
name = "human-readable-map16"
version = "0.1.0"
edition = "2024"
build = "build.rs"
license-file = "LICENSE"
exclude = ["test_data/*"]
description = "A wrapper around the human-readable-map16 C++ library for converting between Lunar Magic's binary .map16 format and a human-readable folder tree of text files"
repository = "https://github.com/Underrout/human-readable-map16-rust.git"
keywords = ["lm", "lunar_magic", "smw", "wrapper"]
categories = ["api-bindings", "encoding"]

[dependencies]
thiserror = "2.0.18"

[build-dependencies]
cc = "1.2.56"

[dev-dependencies]
dir-assert = "0.2.0"