mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
.. | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Language ini file processor tool
Wrote it quickly in rust as a little exercise.
To run, with rust installed:
cargo run
To autoformat the code, use:
cargo fmt
or set up your IDE to do that.