#ffxiv #server #role #type #projects #job #world

ffxiv_types_cn

Useful types for FFXIV-related projects

2 stable releases

Uses old Rust 2015

1.10.1 Sep 25, 2024
1.8.1 Jun 13, 2023

#251 in Games

Download history 179/week @ 2024-09-25 12/week @ 2024-10-02 5/week @ 2024-10-09 3/week @ 2024-12-04 3/week @ 2024-12-11

104 downloads per month

MIT license

65KB
1.5K SLoC

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.

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


lib.rs:

Types for use in FFXIV-related projects.

Dependencies

~165KB