A simple Rust program to fetch and display the price of a given coin from a web API.
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.
Before you can run this project, ensure you have the following installed:
- Rust (Rust programming language)
-
Clone the repository:
git clone https://github.com/yourusername/coin-price-checker.git cd coin-price-checker