AIDL AIDL The Android Interface Definition Language (AIDL) is supported in Rust: Rust code can call existing AIDL servers, You can create new AIDL servers in Rust.
Strings What is a character exactly? Unicode to the rescue C / C++ There is no string primitive Unicode support Character types Rust Types Comparison char * vs str std::ba...
Documentation tests can now compile-fail Documentation tests can now compile-fail You can now create compile-fail tests in Rustdoc, like this: /// ```compile_fail /// let...