16 stable releases
Uses old Rust 2015
1.10.1 | Jul 6, 2024 |
---|---|
1.9.0 | Nov 5, 2022 |
1.8.0 | Jul 4, 2022 |
1.7.0 | Jan 25, 2022 |
0.1.0 | Mar 31, 2018 |
#465 in Parser implementations
23 downloads per month
56KB
1.5K
SLoC
ffxiv_types
These are useful types when working with FFXIV.
Up to date as of patch 6.18.
DataCenter
(featuredata_centers
)World
(featureworlds
)Role
(featureroles
)Job
(featurecombat_jobs
)NonCombatJob
(featurenon_combat_jobs
)Classification
(featurejob_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
).
lib.rs
:
Types for use in FFXIV-related projects.
Dependencies
~165KB