Closed Estus-Dev closed 1 year ago
Apologies for the force-push, I pushed these changes to my main
branch so I could depend on them from another project. Which of course made it very easy to accidentally commit and push unrelated changes, which I then immediately unpushed.
I should have made a separate branch just for this PR.
The file
sha1-hashes.json
is used to map from a hash string to an index into the contents ofprograms.json
.However, in an environment like Rust with serde, the string typing of the indicies in this file require jumping through some minor hoops to parse them as intended.
Those hoops aren't blockers by any stretch, but this is the easiest place to resolve that problem so that's what I'm trying first.