xidlehook-core 0.1.0

xidlehook core library
docs.rs failed to build xidlehook-core-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: xidlehook-core-0.3.0

xidlehook (core)

This is the core of xidlehook, abstracted away as a library. The idea is to keep the core reusable between different front-ends.

See GitHub issue #27 for an example why this split was made. Splitting some of the work out in a library is also good for testing :)

In case this wasn't confusing enough for readers, there's also an example named "xidlehook" which is basically a stripped-down version of xidlehook-daemon. The reason for this is just to give a starting point to people making their own clients that do not have to have a full-blown async event loop like the current tool itself.

Preferrably, the feature creepiness of this crate should be turned all the way down. I am a big fan of the Unix philosophy of keeping things simple by design. The exception here are some basic modules that most people will want.

In short, use xidlehook-daemon and not this.