Skip to main content

Crate ltk_modpkg

Crate ltk_modpkg 

Source

Re-exports§

pub use utils::*;

Modules§

builder
utils

Structs§

DistributorInfo
Information about the distributor site and mod ID.
Modpkg
ModpkgAuthor
The author of a mod package.
ModpkgDecoder
ModpkgExtractor
Extractor for ModPkg archives.
ModpkgLayer
Describes a layer in the mod package.
ModpkgLayerMetadata
Per-layer metadata that can be stored inside the mod package metadata.
ModpkgMetadata
The metadata of a mod package.

Enums§

ModpkgCompression
The compression type of a chunk.
ModpkgLicense

Constants§

BASE_LAYER_NAME
The name of the base layer.
CURRENT_SCHEMA_VERSION
Current metadata schema version.
METADATA_CHUNK_PATH
The path to the info.msgpack chunk.
METADATA_FOLDER_NAME
The name of the metadata folder inside the mod package.
README_CHUNK_PATH
The path to the README.md chunk.
THUMBNAIL_CHUNK_PATH
The path to the thumbnail chunk.