afetch 0.0.1

AFetch is a simple fetch program written in Rust.
Documentation
<!--suppress HtmlDeprecatedAttribute -->
<br>
<img src="https://raw.githubusercontent.com/Asthowen/AFetch/main/.github/resources/banner.svg" align="center">
<br>
<br>
<p align="center">
    <a href="https://www.rust-lang.org/">
        <img src="https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white" alt="Made with Rust">
    </a>
    <a href="https://github.com/Asthowen/AFetch">
        <img src="https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white" alt="Use git">
    </a>
    <a href="https://github.com/Asthowen/AFetch/blob/main/LICENSE">
        <img src="https://img.shields.io/github/license/Asthowen/AFetch?style=for-the-badge" alt="License">
    </a>
    <a href="https://github.com/Asthowen/AFetch/stargazers">
        <img src="https://img.shields.io/github/stars/Asthowen/AFetch?style=for-the-badge" alt="Stars">
    </a>
</p>
<h3 align="center">
    <strong>AFetch is a simple fetch program written in Rust.</strong>
</h3>

> ⚠️ Warning, this software is still in alpha and is absolutely not usable in production! I am not responsible for any damage that could be caused by it.

## Build manually
Start by cloning the repo:
```bash
git clone https://github.com/Asthowen/AFetch.git
```
**For the next step you need to have Rust and cargo installed on your PC, for that follow the [official documentation](https://www.rust-lang.org/tools/install).**

Now switch to project folder and compile a release:
```bash
cd AFetch && cargo build --release
```

Your executable will be in the `target/release/` folder, it is named `afetch`.

## Contributors
[<img width="45" src="https://avatars.githubusercontent.com/u/59535754?v=4" alt="Asthowen">](https://github.com/Asthowen)
[<img width="45" src="https://avatars.githubusercontent.com/u/63391793?v=4" alt="SquitchYT">](https://github.com/SquitchYT)

## License
**[AFetch](https://github.com/Asthowen/AFetch) | [GNU General Public License v3.0](https://github.com/Asthowen/AFetch/blob/main/LICENSE)**