eos-rs 0.1.1

Safe(ish) Rust wrapper over the Epic Online Services (EOS) C SDK.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# eos-rs

Higher-level Rust wrapper over the **Epic Online Services (EOS) C SDK**.

Repository: [https://github.com/devphmd/eos](https://github.com/devphmd/eos)

This crate depends on `[eos-sys](../eos-sys/README.md)` for the raw bindings.

## Requirements

You must provide the EOS SDK and set:

- `EOS_SDK_DIR` to the EOS SDK root directory (must contain `Include/` and `Lib/`).

On Windows you must ship `EOSSDK-Win64-Shipping.dll` with your application.