Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Through this tutorial the user will learn how to define Rust binaries,
libraries, tests and the default toolchain configuration.
|
|
Add a section on how to import the repository.
|
|
... to avoid clashes with the existing target files when importing
into a larger project.
|
|
... instead of hard-coding a vaule. We still keep this value as
default. While there, drop unsed value in arguments_config.
|
|
|
|
... also for those not directly calling rust/cargo tools. In this way,
the user can still use the defaults to set the PATH. On certain systems
this might be necessary even to get basic programs like cat, awk, etc.
|
|
|
|
...such that user can just-import-git only the strictly required
repository.
|
|
... now that the rules are published.
|
|
Co-authored-by: Klaus Aehlig <klaus.aehlig@huawei.com>
|