ironworks 0.4.1

Modular FFXIV data toolkit written in rust.
Documentation
1
2
3
4
5
6
7
8
9
//! FFXIV specialisations and utilities for ironworks.

mod fs;
mod mapper;

pub use {
	fs::FsResource,
	mapper::{Language, Mapper},
};