Skip to content

Commit

Permalink
rust/doc: Document make info-rust for IDE/editor setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Feb 1, 2024
1 parent 9a59d59 commit 50c9d93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/doxygen/src/using-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ maintained in coordination with the riot-wrappers crate.
[riot-module-examples]: https://gitlab.com/etonomy/riot-module-examples
[additional examples]: https://gitlab.com/etonomy/riot-examples/

IDE / editor setup
------------------

Users of Rust often take advantage of autocompletion or inline help.
To use this on RIOT projects,
some flags and environment variables have to be set,
which are listed by `make info-rust`.
These can be configured in the IDE's project setup
or exported as environment variables.

How it works
------------

Expand Down

0 comments on commit 50c9d93

Please sign in to comment.