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¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install rust
and update with:
conda update rust