Docs.rs
deadman-0.1.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
deadman 0.1.0
A deadman switch implemantation that will notify on Telegram if the user has not interacted with it in a specific interval
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
fixtures
html
config.rs
lib.rs
main.rs
tasks.rs
telegram.rs
1
2
pub
static
CHECK_INTERVAL_MINUTES
:
i64
=
30
;
pub
static
NOTIFY_DELAY_MINUTES
:
i64
=
24
*
60
;