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
A command line diary program written in Rust
cargo run -- --ARGS
# Example, to run with the --help flag
cargo run -- --help
To download Rust crates and compile the program, run :
cargo build
MIT