r1-api-layer 1.0.2

This is the API for the in class project of the TINF22B6 course at DHBW Karlsruhe. Here we create a OSU-like game which also sends some of the game run data to a server to do statistical analysis with Julia.
Documentation
1
2
3
4
5
6
FROM rust:latest

RUN cargo install gitlab-report
RUN cargo install grcov
RUN rustup component add clippy
RUN rustup toolchain install nightly