Hello!
Help me set up rust-analyzer in vscode. The project uses Workspace, which has three crates.
- common - common types and their serialization/deserialization.
- robot-firmware - firmware for the ESP32 no_std.
- client - a client library for interacting with the robot from Linux.