-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would you consider maintaining this under the rust-mobile organization? #1
Comments
For sure, that'd be awesome! Thanks so much for the invite I actually just opened rust-mobile/android-activity#63 before seeing this. If you think this crate is better off separate I'd be happy to have it as a part of the org |
Cool, yeah, my gut instinct at least for now is that this crate can be more useful as a standalone crate (since I think it's also relevant to applications that aren't necessarily based on I've just sent you an invite to the With that I think you should be able to follow this guide for transferring your repo to the |
Gotcha that makes sense to me, I just transferred it over! You think it's better to rename the repo to |
Cool, welcome aboard! Feel free to rename if you'd like to. Either way is fine I think - I don't think there's enough repos in the org yet to worry about fitting in with any particular naming convention. I think sometimes the |
I think it's fine to drop the Not sure what the best place is to do some code review besides opening an issue/PR, just consider rust-mobile/android-activity#63 (comment) and: Should have the backticks and brackets inverted to be a valid intradoc link. /// Run 'f' with the current [`JNIEnv`] from [`ndk_context`]. |
Fwiw the |
Just took up those suggestions for the docs @MarijnS95 I'm trying to push a commit though and it looks like I don't have access @rib it looks like I can't close issues either |
Ah, I see. That should be fixed now I think. Sorry about that @matthunz |
That worked thanks! |
Hi @matthunz
Earlier this year, while looking at modularizing the
android-ndk-rs
repo (that used to be hosted under therust-windowing
org), we decided to create a rust-mobile organisation as a place to collaborate and coordinate work on crates that are aimed at supporting mobile OS development (i.e. Android and iOS)For context you can see here for more info about that modularization effort: rust-mobile/ndk#372
The general motivation for this was:
Thinking about Android specifically I think there are a few cross-cutting issues we have that we haven't got good answers for yet, including:
and being able to collaborate on how we handle these consistently seems worthwhile.
I'd be more than happy to invite you as a member of the
rust-mobile
org if you'd like to transfer this repo there.And just to clarify; the repo itself would still be your responsibility to maintain however you see fit if you did want to move it (i.e. it doesn't mean that you have to grant maintenance privileges to other members).
The text was updated successfully, but these errors were encountered: