Usage

To use this plugin in your nmk project, insert this reference in your nmk.yml main file:

refs:
    - pip://nmk-rust!plugin.yml

Note

Note that cargo command is expected to be installed on the system to use this plugin.
See Install instructions for more information

Then you can start adding rust source files in your project src sub-folder.
Once done, nmk build will:

  • generate configuration files

  • format code

See features for more information.