New week, new Rust! What are you folks up to?
Reading a little bit of the Rustonomicon every evening before sleep. Today is Exception safety chapter.
1 Like
Just started learning Rust (last week) ![]()
I made a TUI to browse reddit with ratatui (crates.io/crates/reddtui) and now I'm learning to make a GUI app!
I developed a node editor framework using GPUI. (GitHub - tu6ge/ferrum-flow: A high-performance, extensible node-based editor framework · GitHub)
Working on Befu — a framework that hot-reloads native Rust logic into Android apps without reinstalling. Uses libloading + a sentinel file system to swap .so files at runtime in under 1 second. 0.52s compile, 0.017s push to real arm64 hardware. Still early but the core loop works. github.com/itisrohit/Befu