Docs.rs
reminder-cli-0.1.0
reminder-cli 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Maidang1
Dependencies
anyhow ^1.0
normal
chrono ^0.4
normal
clap ^4.4
normal
cron ^0.12
normal
daemonize ^0.5
normal
dirs ^5.0
normal
notify-rust ^4.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
uuid ^1.6
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
aarch64-unknown-linux-gnu
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
Files
reminder_cli/
lib.rs
1
pub mod
reminder;
2
pub mod
storage;
3
pub mod
daemon;
4
pub mod
notification;