1 unstable release
new 0.1.0 | Nov 3, 2024 |
---|
#232 in Compression
Used in swg
66KB
1.5K
SLoC
About
This library implements reading from and writing to TRE files used by Star Wars Galaxies.
Current tooling around this, such as Sytner's Iff Editor, mainly focus on allowing extracting, editing and combining in a user friendly way. However, there are no easy ways to build them into a content distribution pipeline.
This library, as well as others in this repository aim to provide building blocks and tools to simplify the data pipeline for editing and updating files required by servers and clients of the game.
Usage
Add the following to your Cargo.toml
using the format you want
to use:
[dependencies]
swg_tre = { version = "0.1.0" }
MSRV
Our current Minimum Supported Rust Version is 1.73.
License
swg_tre
is distributed under the terms of the GNU Affero General Public License (Version 3.0)
See LICENSE for details.
Dependencies
~7–14MB
~184K SLoC