commemorate 0.0.1

A CLI tool to commemorate important events.
Documentation
1
2
3
4
5
6
7
pub mod encryption;
pub mod file;
pub mod time;

pub use encryption::{decrypt, encrypt, hash_password, verify_password};
pub use file::{get_memoria_path, list_memoria_files, read_file, write_file};
pub use time::{format_duration, parse_time, TimeInfo};