Rust version of Android Binder IPC Driver

modulename: rust_binder.ko

configname: CONFIG_ANDROID_BINDER_IPC_RUST

Linux Kernel Configuration
└─>Device Drivers
└─>Android
└─>Rust version of Android Binder IPC Driver
In linux kernel since version 6.12.57 (release Date: 2025-11-02)  
This enables the Rust implementation of the Binder driver.

Binder is used in Android for both communication between processes,
and remote method invocation.

This means one Android process can call a method/routine in another
Android process, using Binder to identify, invoke and pass arguments
between said processes.

source code:
depends
CONFIG_MMU
CONFIG_RUST
NOT CONFIG_ANDROID_BINDER_IPC