Brent LewisFeb 11, 20242 min readTokio on ESP32There's an example of using Tokio on ESP32 platforms here. However, it took me a long time to discover the same thing in the context of...
Brent LewisJan 21, 20241 min readDebugging Rust on ESP32-S3{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information,...
Brent LewisMay 29, 20233 min readMixed Debugging with Dart and RustIf you've ever worked with native interop, be it with Dart and Rust or otherwise, you recognize the value in mixed debugging. The idea is...
Brent LewisMar 23, 20232 min readWhy Mixins? - A Comparative DescriptionSome programming languages have a feature called Mixins. Google's Dart is such a language. I had read about them long ago, but I'm now...
Brent LewisDec 30, 20222 min readSeparation of Concerns - flutter_rust_bridgeThe flutter_rust_bridge_template sets up one Rust source file, api.rs to contain all the Rust interfaces to be exposed to Dart. Before I...
Brent LewisDec 29, 20221 min readMomentum on LinuxI've set up a Ubuntu 20 LTS dual boot alongside Windows 10, daily driving Ubuntu. Flutter + VS Code + Android has been relatively...
Brent LewisNov 26, 20221 min readflutter_rust_bridge_templateSomehow my many attempts at search engines to find a pre-made flutter+rust app skeleton a few months ago failed to reveal anything...
Brent LewisMay 29, 20221 min readRust in VS Code - Edit, Build, and DebugFollow these steps to configure VS Code as an IDE for Rust. Once complete, starting debugging will (differentially) build the Rust...