Tips for embedded C developers Preprocessor Compile-Time Code Selection Compile-Time Sizes and Computation Macros Build System Cross-Compiling Iterators vs Array Access Refe...
Installing a supported Rust compiler Installation on Windows Installation on Linux / Mac Notes for users of the Haskell IDE "Leksah" (MSVC) System dependencies Linux Creating...
Selector Introduction Selector Type LeasebasedSelector [not recommended] LoadBasedSelector Configuration Selector Introduction What is the Selector ? As its name suggests,...
NYC taxi benchmark Get the data Run benchmark NYC taxi benchmark This benchmark is based on the data from New York City Taxi & Limousine Commission . From the official site, t...
Using trunk Install Usage Using trunk Install cargo install -- locked trunk cargo install wasm - bindgen - cli Usage Check out “Build a sample app” for a short guide ...
MUSL support for fully static binaries Installing MUSL support Building with MUSL MUSL support for fully static binaries By default, Rust will statically link all Rust code...
Documentation Documentation Doc comments are very useful for big projects that require documentation. Whenrunning Rustdoc , these are the comments that get compiled intodocumen...