/diary-rs

A command line diary program written in Rust

Primary LanguageRustMIT LicenseMIT

diary-rs

Requirements

Run locally

cargo run -- --ARGS

# Example, to run with the --help flag
cargo run -- --help

Building from source

To download Rust crates and compile the program, run :

cargo build

License

MIT