This is a simple Rust program that allows you to check the real-time price of various cryptocurrencies using the CoinStats API.
- Clone the repository to your local machine:
- Navigate to the project directory:
- Compile and run the program:
- Follow the prompts to enter the name of the cryptocurrency you want to check the price for.
git clone https://github.com/codescalper/coin-prices-rust.git
cd coin-prices-rust
cargo run
Contributions are welcome! If you find a bug or have an idea for an improvement, please submit an issue or pull request.