| Crates.io | ffxiv_types_cn |
| lib.rs | ffxiv_types_cn |
| version | 1.11.0 |
| created_at | 2023-06-13 18:17:58.361866+00 |
| updated_at | 2025-09-24 08:34:05.225341+00 |
| description | Useful types for FFXIV-related projects |
| homepage | |
| repository | https://github.com/LittleNightmare/ffxiv_types_cn |
| max_upload_size | |
| id | 889333 |
| size | 68,462 |
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.
DataCenter (feature data_centers)World (feature worlds)Role (feature roles)Job (feature combat_jobs)NonCombatJob (feature non_combat_jobs)Classification (feature job_classifications)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).