Rust Notes: Safety, Performance, and Trade-offs
A C/C++-oriented look at Rust ownership, zero-cost abstractions, Cargo, and the cost of learning and using the language.
2 posts.
A C/C++-oriented look at Rust ownership, zero-cost abstractions, Cargo, and the cost of learning and using the language.
A practical look at wrapping a C/C++ business core for iOS, Android, and Flutter, with notes on runtime boundaries, ABI choices, adapters, and release checks.