#libphysis

libphysis are C bindings for physis, a framework for interacting with FFXIV game data.
#Usage
Simply run cargo build
, and Cargo will generate the bindings as well pull in physis to compile into a C-compatible library.
The headers and the libraries live under your new target
directory.