Commit Graph

3 Commits

Author SHA1 Message Date
Lily Tsuru 15d438f294 jmrenamer: rewrite to use package.toc
The package.toc file contains all the file names, except for itself (but we know it always so this isn't a problem).

Therefore, we don't need to store a hardcoded string table! Yay!
2023-06-28 19:25:18 -04:00
Lily Tsuru d5f00adc95 jmrenamer: move DAT/MET filename code to jmmt crate 2023-06-25 18:39:44 -04:00
Lily Tsuru c1d3cfaf04 jmmt_rs: Init
A skeleton `jmmt` crate with some stuff
has been created.

There is also a reimplementation of the jmmt_renamer tool.

More stuff will be reimplemented later.
2023-06-25 06:52:16 -04:00