initial commit

This commit is contained in:
Felix Spöttel
2021-12-29 14:12:01 +01:00
commit 4449f5bc94
19 changed files with 531 additions and 0 deletions

5
.cargo/config Normal file
View File

@@ -0,0 +1,5 @@
[build]
rustflags = ["-C", "target-cpu=native"]
[alias]
rr = "run --release"