Difference between revisions of "Rust"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Programming {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|rust}} |{{#vardefine:url|https://forge.rust-lang.org/other-installation-method...")
 
m (Text replacement - "#uppercase" to "uc")
 
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 21:24, 6 December 2019

Description

rust website  

Rust is a systems programming language with a focus on safety, especially safe concurrency, supporting both functional and imperative paradigms. Rust is syntactically similar to C++, but its designers intend it to provide better memory safety while still maintaining performance.

Environment Modules

Run module spider rust to find out what environment modules are available for this application.

System Variables

  • HPC_RUST_DIR - installation directory
  • HPC_RUST_BIN - executable directory
  • HPC_RUST_DOC - documentation directory