dead-man-switch 0.9.3

A simple no-BS Dead Man's Switch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # Dead Man's Switch
//!
//! This is a simple implementation of a
//! [Dead Man's Switch](https://en.wikipedia.org/wiki/Dead_man%27s_switch)
//!
//! Use at your own risk.
//! Check the f*(as in friendly) code.

pub mod app;
pub mod config;
pub mod email;
pub mod error;
pub mod timer;