ffxiv_types

Crates.ioffxiv_types
lib.rsffxiv_types
version1.10.1
sourcesrc
created_at2018-03-31 21:17:34.408999
updated_at2024-07-06 20:08:58.329275
descriptionUseful types for FFXIV-related projects
homepage
repositoryhttps://git.anna.lgbt/anna/ffxiv-types
max_upload_size
id58377
size56,425
Anna (anna-is-cute)

documentation

https://docs.rs/ffxiv_types

README

ffxiv_types

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).

Commit count: 0

cargo fmt