https://github.com/vsrs/cross-rust-analyzer
cross support for the rust-analyzer
https://github.com/vsrs/cross-rust-analyzer
Last synced: 3 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T22:48:02.000Z (about 3 years ago)
- Last Synced: 2023-05-17T19:30:25.896Z (about 2 years ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- 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"`.
