Add another attempt with python

This commit is contained in:
2022-07-02 22:03:35 +02:00
parent 4ef8cc57b1
commit 8ac2237892
38 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Setup
* Install `rustup`
On Arch Linux:
```
$ sudo pacman -S rustup
```
```
$ rustup toolchain install nightly
```
# Run Dev
```
$ rustup run nightly cargo run
```
# Build
```
$ rustup run nightly cargo build --release
```