https://github.com/vsrs/cross-rust-analyzer
cross support for the rust-analyzer
https://github.com/vsrs/cross-rust-analyzer
Last synced: 11 days ago
JSON representation
cross support for the rust-analyzer
- Host: GitHub
- URL: https://github.com/vsrs/cross-rust-analyzer
- Owner: vsrs
- Created: 2020-06-19T12:08:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T22:48:02.000Z (about 4 years ago)
- Last Synced: 2026-02-15T23:50:14.427Z (4 months ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cross-rust-analyzer
This is a companion extension for the [rust-analyzer](https://rust-analyzer.github.io/) adding [cross](https://github.com/rust-embedded/cross) support.
To enable `cross` for a project you need to add `"rust-analyzer.cargoRunner": "cross-rust-analyzer"` to the settings.json. Then it is possible to select a target from status bar or specify manually in the settings.json: `"cross-rust-analyzer.target":"arm-unknown-linux-gnueabi"`.
