ascandella / pushover-rs

Dumb Pushover client to learn Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pushover-rs

My first time using Rust. I opted to use Hyper+Tokio instead of the much-friendlier-looking Reqwest library so I could get a feel for lower-level networking and futures in Rust.

Usage

Compile-and-run:

cargo run -- $PUSHOVER_TOKEN $PUSHOVER_USER $MESSAGE

Build, then run:

cargo build
./target/debug/pushover $PUSHOVER_TOKEN $PUSHOVER_USER $MESSAGE

About

Dumb Pushover client to learn Rust


Languages

Language:Rust 100.0%