summaryrefslogtreecommitdiff
path: root/libs/binder/rust/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add UnstructuredParcelable trait and macros.Andrew Walbran2024-01-161-2/+2
* libbinder_rs: Build on TrustyAndrei Homescu2023-12-021-0/+2
* Support AIDL serializing and deserializing Rust HardwareBuffer.Andrew Walbran2023-10-111-0/+1
* Add IntoBinderResult trait to simplify binder error handlingJiyong Park2023-08-071-1/+1
* Import macro directly rather than using #[macro_use].Andrew Walbran2023-01-191-3/+1
* Adding rust lib for random parcelPawan Wagh2022-11-011-0/+1
* Add more ergonomic API for persisting lazy services.Andrew Walbran2022-08-041-0/+1
* rust: Enable formatting enforcement for RustMatthew Maurer2022-07-261-1/+1
* [binder_rs] Add get_declared_instances and is_declared APIsStephen Crane2022-02-181-2/+2
* Revert^2 "[binder] Expose public Rust API at crate top level"Stephen Crane2022-01-191-29/+34
* Revert "[binder] Expose public Rust API at crate top level"Stephen Crane2022-01-191-34/+29
* [binder] Expose public Rust API at crate top levelStephen Crane2022-01-131-29/+34
* Add types for async Rust binder serversAlice Ryhl2022-01-071-1/+1
* rust: add conversion between sync and async interfacesAlice Ryhl2021-12-101-2/+2
* binder_tokio: only use threadpool for new transactionsAlice Ryhl2021-11-161-1/+1
* rust: split Parcel enum into two typesAlice Ryhl2021-11-091-3/+3
* binder: add async Rust supportAlice Ryhl2021-11-021-2/+5
* binder_rs: add OwnedParcelAlice Ryhl2021-10-141-1/+1
* binder_rs: Implement ParcelableHolderAndrei Homescu2021-10-071-1/+1
* Expose lazy services to RustAlan Stokes2021-09-131-3/+5
* Add RPC binder as unstable API with Rust bindgenVictor Hsieh2021-06-161-0/+7
* Add wait_for_interface and wait_for_service.Andrew Walbran2021-06-041-2/+2
* Allow set_requesting_sid to be enabled when AIDL Binder is created.Andrew Walbran2021-04-141-6/+5
* binder_rs: Add stability support to binder servicesStephen Crane2021-03-191-2/+3
* Add DeathRecipient and IBinder to public_api.Andrew Walbran2021-03-091-4/+5
* libbinder_rs: Add Strong<> and Weak<> Binder referencesStephen Crane2021-02-091-2/+4
* Add WpIBinder to public_api, and implement Debug and Send.Andrew Walbran2020-12-161-1/+1
* Add trait implementations for Rust binder crateStephen Crane2020-08-251-1/+1
* Initial Binder Rust crateStephen Crane2020-08-121-0/+130