android-wakelock 0.1.0

Safe and ergonomic Rust bindings to the Android WakeLock API
Documentation
  • Coverage
  • 100%
    19 out of 19 items documented3 out of 14 items with examples
  • Size
  • Source code size: 27.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.69 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 38s Average build duration of successful builds.
  • all releases: 38s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sagebind/android-wakelock
    2 14 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sagebind

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.