Crate mc_repack_core

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.

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§

cfg
Implementations of configuration map and traits for accepting config types.
entry
Reading and saving entries (file system or ZIP archive).
errors
Error collecting for entries.
ext
Working on file extensions.
fop
File operations used for repacking.
min
Minifiers for various file types.

Enums§

ProgressState
A progress state to update information about currently optimized entry