A very random collection of services, packed into a RESTful Rust api. https://fej.roosens.me
 
 
 
 
 
 
Go to file
Jef Roosens 57de7c66b3
Moved hello world to own module
2021-03-05 20:58:33 +01:00
src Moved hello world to own module 2021-03-05 20:58:33 +01:00
.dockerignore Added Docker build files 2021-03-05 20:40:49 +01:00
.gitignore Added cargo init 2021-03-05 18:39:49 +01:00
Cargo.lock Added rocket hello world code 2021-03-05 18:55:18 +01:00
Cargo.toml Added rocket hello world code 2021-03-05 18:55:18 +01:00
Dockerfile Added Docker build files 2021-03-05 20:40:49 +01:00
LICENSE Initial commit 2021-03-04 10:55:24 +00:00
Makefile Added Docker build files 2021-03-05 20:40:49 +01:00
README.md Initial commit 2021-03-04 10:55:24 +00:00

README.md

rust-api

An API written in Rust, which I used to learn the language.