Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snails8/rust-tetoris


https://github.com/snails8/rust-tetoris

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# rust-tetoris

install
```
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
```

.zshrc
```
source $HOME/.cargo/env
```

confirm
```
$ rustup -V
$ rustc -V
$ cargo -V
```