.. _`rust`: rust ==== Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. ======== =========== Home https://www.rust-lang.org Versions 1.6.0 License MIT Recipe https://github.com/bioconda/bioconda-recipes/tree/master/recipes/rust ======== =========== Installation ------------ .. highlight: bash With an activated Bioconda channel (see :ref:`setup`), install with:: conda install rust and update with:: conda update rust