# Wakeful Utilities to aid implementing [`Waker`][Waker]s and working with tasks. [![Crates.io](https://img.shields.io/crates/v/wakeful.svg)](https://crates.io/crates/wakeful) [![Documentation](https://docs.rs/wakeful/badge.svg)][documentation] ![License](https://img.shields.io/github/license/sagebind/wakeful) ![Maintenance](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg) ![Build](https://github.com/sagebind/wakeful/workflows/build/badge.svg) ## [Documentation] Please check out the [documentation] for details on what Wakeful can do and how to use it. ## License This library is licensed under the MIT license. See the [LICENSE](LICENSE) file for details. [documentation]: https://docs.rs/wakeful [Waker]: https://doc.rust-lang.org/stable/std/task/struct.Waker.html