AOSP documentation for Rust usage on Android subsystems

The Android platform provides support for developing native OS components in Rust,
a modern systems-programming language that provides memory safety guarantees with
performance equivalent to C/C++. Rust uses a combination of compile-time checks
that enfor… Read more

Similar

Rust 101

Rust is a kick-ass language. Many developers hate Rust because of borrowing and responsibility rules, I get it. However, these rules that ... (more…)

Read more »