summaryrefslogtreecommitdiff
path: root/libs/binder/rust/tests/serialization.rs
Commit message (Expand)AuthorAgeFilesLines
* Use OnceLock rather than Once.Andrew Walbran2023-07-211-11/+8
* Add safety comments to binder tests.Andrew Walbran2023-07-211-0/+21
* rust: Enable formatting enforcement for RustMatthew Maurer2022-07-261-47/+14
* Fix lints from Rust 1.60.0Chris Wailes2022-04-211-2/+2
* Revert^2 "[binder] Expose public Rust API at crate top level"Stephen Crane2022-01-191-4/+5
* Revert "[binder] Expose public Rust API at crate top level"Stephen Crane2022-01-191-5/+4
* [binder] Expose public Rust API at crate top levelStephen Crane2022-01-131-4/+5
* rust: split Parcel enum into two typesAlice Ryhl2021-11-091-3/+3
* Allow set_requesting_sid to be enabled when AIDL Binder is created.Andrew Walbran2021-04-141-5/+9
* libbinder_rs: Modify asserts to propagate failure to C++Stephen Crane2021-02-151-1/+36
* Do not test panic capture in Rust.Matthew Maurer2021-02-011-17/+3
* Add Rust/C++ Parcel serialization testsStephen Crane2021-01-211-0/+306