Crates.io | pros-simulator-interface |
lib.rs | pros-simulator-interface |
version | 0.5.0 |
source | src |
created_at | 2023-11-24 01:48:05.334785 |
updated_at | 2024-01-05 05:38:56.211506 |
description | Connect your app to the pros-simulator crate. |
homepage | |
repository | https://github.com/pros-rs/pros-simulator |
max_upload_size | |
id | 1046708 |
size | 5,532 |
Connect your app to
pros-simulator
cargo add pros-simulator-interface
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.