pros-simulator-interface 0.1.0

Connect your app to the pros-simulator crate.
Documentation

PROS Simulator Interface

Connect your app to pros-simulator

CI Status MIT License Crates.io

Installation

cargo add pros-simulator-interface

Overview

The SimulatorEvent type contained in this crate is used by the pros-simulator crate to communicate with applications. It implements serde::Serialize and serde::Deserialize, making it easy to send and receive data over IPC or WebSocket.