Linker-plugin-LTO Usage Rust staticlib as dependency in C/C++ program C/C++ code as a dependency in Rust Explicitly specifying the linker plugin to be used by rustc Toolchain C...
Build it Build it The first step is to build our “binary” crate. Because the microcontroller has a differentarchitecture than your laptop we’ll have to cross compile. Cross com...
Hello, world! Hello, world! HEADS UP Several readers have reported that the “solder bridge” SB10 (see back of the board)on the STM32F3DISCOVERY, which is required to use the ...
How to Write Tests The Anatomy of a Test Function Checking Results with the assert! Macro Testing Equality with the assert_eq! and assert_ne! Macros Adding Custom Failure M...