Skip to main content

Crate idmangler_lib

Crate idmangler_lib 

Source
Expand description

This library provides an implementation of the wynntils idstring format. This format is used by the Wynntils mod to encode items for sharing them.

For working with items the item module provides tools for decoding and encoding items from and to strings.

Alternatively the block module provides tools for working with the blocks that make up the idstring format.

Typically idstrings are represented using an encoded string using unicode private use area characters, however the contents of an idstring may also be represented as bytes. Conversion between the two is provided by the encoding::string module.

Modulesยง

block
Module implementing the data blocks for the encoding of the idstrings
encoding
Module for encoding utilities
item
Module containing the item types and functions for decoding and encoding items
types
Other types used within the encoding process