eos-rs
Higher-level Rust wrapper over the Epic Online Services (EOS) C SDK.
This crate depends on eos-sys for the raw bindings.
Requirements
You must provide the EOS SDK and set:
EOS_SDK_DIRto the EOS SDK root directory (must containInclude/andLib/).
On Windows you must ship EOSSDK-Win64-Shipping.dll with your application.