summaryrefslogtreecommitdiff
path: root/libs/binder/rust/src/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Add IntoBinderResult trait to simplify binder error handlingJiyong Park2023-08-071-0/+150
* Standardise safety comments for unsafe blocks, and add some more.Andrew Walbran2023-07-071-95/+71
* libbinder_rs: Use NonNull inside StatusAndrei Homescu2023-05-061-10/+15
* Add methods to construct errors from Rust strings.Andrew Walbran2022-08-041-1/+56
* Mark Status as Sync and Send.Andrew Walbran2021-03-081-3/+11
* Add trait implementations for Rust binder crateStephen Crane2020-08-251-8/+0
* Initial Binder Rust crateStephen Crane2020-08-121-0/+373