# PROS Simulator Interface
> Connect your app to `pros-simulator`
[](https://github.com/pros-rs/pros-simulator/actions/workflows/rust.yml)


## Installation
```sh
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.