finished basic traits

This commit is contained in:
Andrew Segavac
2021-09-25 11:45:31 -06:00
parent 223b36080b
commit 44df5f1980
12 changed files with 1116 additions and 1208 deletions

View File

@@ -1,4 +1,5 @@
FROM rust:1.54
RUN apt update && apt-get install -y llvm clang
RUN rustup component add rustfmt
WORKDIR /code