#settings #target-file #yaml #metadata #read #decompilation #decomp

decomp_settings

Library for reading the decomp.yaml settings file

6 releases

0.0.7 Aug 19, 2024
0.0.6 Aug 18, 2024

#539 in Filesystem

26 downloads per month

MIT license

16KB
316 lines

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

Dependencies

~2–3.5MB
~71K SLoC