swg_tre

Crates.ioswg_tre
lib.rsswg_tre
version0.1.0
sourcesrc
created_at2024-11-03 11:48:13.648591
updated_at2024-11-03 11:48:13.648591
descriptionA library for reading from and creating TRE files used by Star Wars Galaxies
homepage
repositoryhttps://github.com/Smash-Wars-Galaxies/swg-rs
max_upload_size
id1433612
size63,332
James (Omegaice)

documentation

README

swg_tre

github crates.io docs.rs

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.

Commit count: 16

cargo fmt