Coin Price Checker

A simple Rust program to fetch and display the price of a given coin from a web API.

Table of Contents

Introduction

This Rust project provides a basic command-line tool to retrieve the price of a cryptocurrency from a web API. It demonstrates reading user input, making HTTP requests, and handling errors.

Getting Started

Prerequisites

Before you can run this project, ensure you have the following installed:

  • Rust (Rust programming language)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/coin-price-checker.git
    cd coin-price-checker