eos-rs 0.1.0

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

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_DIR to the EOS SDK root directory (must contain Include/ and Lib/).

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