/rust-hn-client

HN CLI client built in rust

Primary LanguageRust

Rust HN Client

A hacker news client build in rust - view HN from the comfort of your terminal. Powered by the HN API

Setup

Setup instructions assume you have a working rust installation. Instructions how linked here.

Pre-commit is used to format + check prior to commit. Install pre-commit by following these steps. After installation run pre-commit install.

Some common commands:

  • cargo run
  • cargo test