Crate mc_repack

source ·
Expand description

MC-Repack is initially built as a CLI app, but can also be used as a library. This crate contains methods necessary to work with files that need optimizations.

You should be interested in optimizer module. There are important methods used for repaching and optimizing files.

This crate considers that the repacked files are used in Minecraft mods. You can still use the library for other types, like Android or Gradle files.

Modules

  • Reading and saving entries (file system or ZIP archive).
  • Error collecting for entries.
  • File operations used for repacking.
  • Minifiers for various file types.
  • Optimizer (file system or ZIP archive).