Modules§
- config
- Structs for configuring and managing a Packrinth modpack instance.
- modrinth
- Structs that are only used for (de)serializing JSONs associated with Modrinth.
Enums§
- Packrinth
Error - An error that can occur while performing Packrinth operations.
Functions§
- modpack_
is_ dirty - Checks if the modpack is dirty by checking whether the directory of the modpack
has uncommitted changes. If any errors occur (for example, if no Git repository exists),
falsewill be returned.