decomp_settings

Crates.iodecomp_settings
lib.rsdecomp_settings
version0.0.7
sourcesrc
created_at2024-08-01 17:38:22.500922
updated_at2024-08-19 14:45:23.500872
descriptionLibrary for reading the decomp.yaml settings file
homepage
repositoryhttps://github.com/ethteck/decomp_settings
max_upload_size
id1322295
size24,210
Ethan Roseman (ethteck)

documentation

README

Decomp Settings File

There are a lot of decompilation tools.

Common metadata like the location of the .map file and target file are often needed by these tools, which unfortunately requires lots of repeated information. Whether it's through settings files or needing to manually specify common settings as cli args, there is a lot of redundancy that can be addressed.

The idea with this project is to centralize settings so tools can mutually benefit from a common standard. I also want to support a library that can read this settings file and provide these settings to tools.

Spec

More shoon

Library

The settings library is written in Rust and has Python bindings.

PyPI - Version Crates.io Version

Commit count: 0

cargo fmt