ffxiv_types

This is a fork from Anna Clemens in order to support CN server

These are useful types when working with FFXIV.

Up to date as of patch 6.18.

Job, NonCombatJob, and Classification can all be simultaneously enabled with feature jobs.

All types implement Debug, Display, Clone, Copy, and FromStr.

With feature with_serde, all types also implement Serialize and Deserialize.

They also all have a fn as_str(&self) -> &'static str.

With feature all_const, they all have an ALL const (e.g. Job::ALL).