neilbryson / diary-rs

A command line diary program written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A command line diary program written in Rust

License:MIT License


Languages

Language:Rust 100.0%