C2Rust Refactoring Tool Usage Marks C2Rust Refactoring Tool This is a refactoring tool for Rust programs, aimed at removing unsafety fromautomatically-generated Rust code. ...
Rust Installation Rust Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Installation For installation it’...
Built-in Targets Built-in Targets rustc ships with the ability to compile to many targets automatically, wecall these "built-in" targets, and they generally correspond to targ...
Rustc cross-checker compiler plugin Usage Cross-checker options Rustc cross-checker compiler plugin This is a simple cross-check inserter for Rust code that is implemented as...
Command-line arguments -h/—help: get help —cfg: configure the compilation environment -L: add a directory to the library search path -l: link the generated crate to a native lib...
Let’s Start Simple Compiling our code Let’s Start Simple The usual introduction to any language is “Hello, World!”. A simple program that prints that message out to the consol...
Installing the tools Rust Toolchain cargo-binutils OS-Specific Instructions Installing the tools This page contains OS-agnostic installation instructions for a few of the to...