rustfinity 0.4.1

Rustfinity.com CLI
1
2
3
4
5
6
7
8
9
10
11
# Rustfinity CLI

This is the CLI crate for [Rustfinity.com](https://www.rustfinity.com/).

It will have all the commands to interact with [Rustfinity.com](https://www.rustfinity.com/). At the moment it only gives you the ability to download the challenges from [dcodesdev/rustfinity.com](https://github.com/dcodesdev/rustfinity.com) repository, but in the future it will have more features.

## Example usage

```bash
rustfinity get challenge hello-world
```