user-idle 0.2.0

Get a users idle time.
Documentation
use Error;

pub fn get_idle_time() -> Result<u64, Error> {

    unimplemented!("Not implemented for MacOS!")

}