Skip to content
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

Add os::android-apis category for Android bindings #8558

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

MarijnS95
Copy link
Contributor

Android is its own OS on top of Linux with lots of custom/specific interfaces. Many crates are wrapping (parts) of it, such as the NDK crate. Since there's an os::XXX-apis tag for many OSes already, Android also belongs in this list.

Android is its own OS on top of Linux with _lots_ of custom/specific
interfaces.  Many crates are wrapping (parts) of it, such as [the
NDK crate].  Since there's an `os::XXX-apis` tag for many OSes already,
Android also belongs in this list.

[the NDK crate]: https://crates.io/crates/ndk
MarijnS95 added a commit to rust-mobile/ndk that referenced this pull request Apr 29, 2024
Copy link
Member

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems reasonable. thanks :)

@Turbo87 Turbo87 merged commit 6a837f5 into rust-lang:main Apr 29, 2024
6 checks passed
@MarijnS95 MarijnS95 deleted the android-category branch April 29, 2024 13:38
@MarijnS95
Copy link
Contributor Author

Looks like it's public already, many thanks!

I published a crate with this category before it was set live, and it doesn't seem to be accounted for that category yet though: https://crates.io/crates/android-powerstats

MarijnS95 added a commit to rust-mobile/ndk that referenced this pull request Apr 30, 2024
`os::android-apis` is a new category that I added upstream in
rust-lang/crates.io#8558.  The rest already
exists on crates.io, and should make it easier to find/place this
crate.
@Turbo87
Copy link
Member

Turbo87 commented Apr 30, 2024

I published a crate with this category before it was set live, and it doesn't seem to be accounted for that category yet though: https://crates.io/crates/android-powerstats

yeah, we don't retroactively scan all the existing crate versions for potentially matching new categories. you can publish a new version of that crate though and that should add it to the category then.

MarijnS95 added a commit to rust-mobile/ndk that referenced this pull request May 14, 2024
`os::android-apis` is a new category that I added upstream in
rust-lang/crates.io#8558.  The rest already
exists on crates.io, and should make it easier to find/place this
crate.
MarijnS95 added a commit to rust-mobile/ndk that referenced this pull request May 24, 2024
`os::android-apis` is a new category that I added upstream in
rust-lang/crates.io#8558.  The rest already
exists on crates.io, and should make it easier to find/place this
crate.
MarijnS95 added a commit to rust-mobile/ndk that referenced this pull request May 24, 2024
`os::android-apis` is a new category that I added upstream in
rust-lang/crates.io#8558.  The rest already
exists on crates.io, and should make it easier to find/place this
crate.
MarijnS95 added a commit to rust-mobile/android_logger-rs that referenced this pull request Aug 7, 2024
Since this crate provides access/interop to an Android-specific (OS)
API, use the new `os::android-apis` category that I recently upstreamed
at rust-lang/crates.io#8558.  That'll make this
crate show up at https://crates.io/categories/os::android-apis going
forward.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants