ironworks 0.4.1

Modular FFXIV data toolkit written in rust.
Documentation
1
2
3
4
5
//! Types and helpers for working with the SeString string format.

mod sestring;

pub use sestring::SeString;