pros-simulator-interface 0.5.1

Connect your app to the pros-simulator crate.
Documentation

PROS Simulator Interface

Connect your app to pros-simulator

Maintenance MIT License Crates.io

This crate is unmaintained and deprecated and only ever supported PROS programs written in Rust. You should consider using vexide (a Rust framework with built-in simulation capabilities) or vex-v5-qemu (which supports simulating PROS programs written in C++).

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.