Advanced Features Advanced Features By now, you’ve learned the most commonly used parts of the Rust programming language. Before we do one more project in Chapter 20, we’ll loo...
Reactr Prerequisites Hello world Hello world: Rust function compiled to WebAssembly Hello world: Go host application Database query Database query: Install and set up a Postgre...
Interoperability Interoperability with other build systems Interoperability with RTOSs Interoperability Interoperability between Rust and C code is always dependent on transf...
Types Data model C/C++ types compared to Rust stdint.h / cstdint Integer types C++ Rust Real types C++ Long double Math functions Rust Booleans void / Unit type Empty e...