android-wakelock

Crates.ioandroid-wakelock
lib.rsandroid-wakelock
version0.1.0
sourcesrc
created_at2023-07-15 03:37:30.551365
updated_at2023-07-15 03:37:30.551365
descriptionSafe and ergonomic Rust bindings to the Android WakeLock API
homepage
repositoryhttps://github.com/sagebind/android-wakelock
max_upload_size
id916953
size21,137
libdatadog-owners (github:datadog:libdatadog-owners)

documentation

README

Android WakeLock

Crates.io Documentation License

Safe and ergonomic Rust bindings to the Android WakeLock API. Wake locks allow an app or service to keep an Android device's display or processor awake in order to complete some work. For more information about wake locks, see the official Android guide.

Documentation

Check the documentation for up-to-date usage and examples.

License

This library is licensed under the MIT license. See the LICENSE file for details.

Commit count: 4

cargo fmt