5 releases (breaking)
0.5.0 | Jan 5, 2024 |
---|---|
0.4.0 | Dec 21, 2023 |
0.3.0 | Dec 9, 2023 |
0.2.0 | Nov 28, 2023 |
0.1.0 | Nov 24, 2023 |
#237 in WebSocket
Used in 2 crates
6KB
56 lines
PROS Simulator Interface
Connect your app to
pros-simulator
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.
Dependencies
~0.4–1MB
~22K SLoC