Rust: Difference between revisions

imported>Samuela
No edit summary
imported>Samuela
Line 7: Line 7:


== Installation via rustup ==
== Installation via rustup ==
The <code>rustup</code> tool is maintained by the rust community and offers and interface to install and switch between rust toolchains. In this scenario, <code>rustup</code> handles the "package management" of rust toolchains and places them in <code>$PATH</code>.
The rustup tool is maintained by the rust community and offers and interface to install and switch between rust toolchains. In this scenario, rustup handles the "package management" of rust toolchains and places them in <code>$PATH</code>. Nixpkgs offers rustup via the <code>rustup</code> derivation.


== Unofficial overlays ==
== Unofficial overlays ==