# swg_stf [github](https://github.com/Smash-Wars-Galaxies/swg-rs) [crates.io](https://crates.io/crates/swg_stf) [docs.rs](https://docs.rs/swg_stf)
## About This library implements reading from and writing to STF files used by Star Wars Galaxies. Current tooling around this, such as [Sytner's Iff Editor](https://modthegalaxy.com/index.php?threads/about-sie.370/), 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](#formats) you want to use: ```toml [dependencies] swg_stf = { version = "0.1.0" } ``` ## MSRV Our current Minimum Supported Rust Version is **1.73**. ## License `swg_stf` is distributed under the terms of the GNU Affero General Public License (Version 3.0) See [LICENSE](../LICENSE) for details.