pros-simulator-server-0.5.0 is not a library.
PROS Simulator Server
Stream newline-delimited JSON events from
pros-simulatorwith a standalone binary
Installation
Overview
This is a standalone server for the VEX V5 robot simulator crate pros-simulator. It outputs newline-delimited JSON events about what is happening in the simulator.
$ pros-simulator-server my_program_using_pros_api.wasm --stdio
"RobotCodeLoading"
"RobotCodeStarting"
"LcdInitialized"
{"LcdUpdated":["","","","","","","","Hello from simulator!"]}
{"LcdUpdated":["","","","","","","Hello from simulator!","Hello from simulator!"]}
{"LcdUpdated":["","","","","","","Hello from simulator!","Goodbye from simulator!"]}
"RobotCodeFinished"