eos-rs 0.1.1

Safe(ish) Rust wrapper over the Epic Online Services (EOS) C SDK.
Documentation
  • Coverage
  • 0.25%
    1 out of 403 items documented1 out of 348 items with examples
  • Size
  • Source code size: 85.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 22.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 1s Average build duration of successful builds.
  • all releases: 1m 1s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • devphmd/eos
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • devphmd

eos-rs

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

Repository: 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.