ncov-cli 0.1.0

Simple ncov checker written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## My first attemp to write something useful in Rust


![how to use](./ezgif.com-gif-maker.gif)

### How to use
You can find your country or continent in left side list
Click or <Enter> to fetch Covid data about it
You can press any character keyboard to quick jump, eg \'v\' to jump to countries start with v
You can also press Tab to quick move between view and buttons

```shell
cargo run .
```