You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this crate as a part of our uProtocol development work. Your crate is an awesome way to avoid having to build out of the Android Open Source Project when interacting with Binder through Rust. From what I've seen it allows us to avoid having to fall into compiling a lot of our project out the AOSP, since it tends to be all-consuming. (I spent a couple of weeks trying to get just a few dependency crates compiling haha)
In support of calling into a Rust native function from the Java Android application which manages Android Binder service (UCoreService) to hand-off the Java Binder object for the UBus
The text was updated successfully, but these errors were encountered:
Hi there 👋
I'm using this crate as a part of our
uProtocol
development work. Your crate is an awesome way to avoid having to build out of the Android Open Source Project when interacting with Binder through Rust. From what I've seen it allows us to avoid having to fall into compiling a lot of our project out the AOSP, since it tends to be all-consuming. (I spent a couple of weeks trying to get just a few dependency crates compiling haha)You can find my fork here.
Would you folks be open to contributions into upstream & then publishing a new version with the updates to crates.io?
I have extended it with two new functionalities for our use case:
The text was updated successfully, but these errors were encountered: