origin-sdk 0.2.0

A Rust implementation of the Origin SDK, which is used in games to communicate with the EA Desktop client.
Documentation
1
2
3
4
5
6
7
8
pub mod crypto;
pub mod protocol;
pub mod random;

#[cfg(feature = "client")]
mod macros;
#[cfg(feature = "client")]
pub mod sdk;