rsbinder
rsbinder copied to clipboard
rsbinder provides crates implemented in pure Rust that make Binder IPC available on both Android and Linux.
To achieve this, it is necessary to change the singleton structure of ProcessState.
However, is this feature really necessary? When checked in AOSP, only a few services were using this feature. /// Set the extension of a binder interface. This allows a downstream...
Hi, thank you for the great work on this project! I'm testing rsbinder on a new device running Android 36, and encountered a problem where hello_service fails to initialize. The...
Change rsbinder-aidl default features from ["async"] to [] to prevent async code generation when users don't need it. Changes: - rsbinder-aidl: Set default features to empty (sync-only by default) -...
Trying to add `rsbinder` crate into dependencies without default features results in compilation error: Compilation error ``` error[E0433]: failed to resolve: could not find `async_trait` in the list of imported...