/rust-emergency-compliment

teach yourself some rust by making a crabby compliment app

Primary LanguageRustMIT LicenseMIT

rust-emergency-compliment

prerequisites

This application is written in the Rust Programming Language. Therefore to run this application you'll need Rust installed. If you do not already have Rust installed, I recommend using the rustup Rust version manager to install it.

up and running

  1. Fork and clone this repository
  2. cd rust-emergency-compliment
  3. cargo run

dependencies

  • simple-server: A small web framework for Rust.
  • motivations: A collection of motivating messages
  • pick-one: Small utility to pick one item out of an array at random