JSON Output Diagnostics Artifact notifications JSON Output This chapter documents the JSON structures emitted by rustc . JSON may beenabled with the —error-format=json flag ...
xzoom Getting Started Required Manual Changes Required Dependencies Transpiling xzoom Getting Started If the repo submodule appears to be empty or out of date, you may ne...
Optimizations: the speed size tradeoff No optimizations Optimizing dependencies Optimize for speed Optimize for size Optimizations: the speed size tradeoff Everyone wants t...
Packages and Crates Packages and Crates The first parts of the module system we’ll cover are packages and crates. A crate is the smallest amount of code that the Rust compiler...
WebAssembly support WebAssembly support for emscripten for wasm32-unknown-unknown Rust has gained support for WebAssembly , meaningthat you can run Rust code in your brow...
Lints Lints In software, a "lint" is a tool used to help improve your source code. TheRust compiler contains a number of lints, and when it compiles your code, it willalso run ...