Added docs; started README; started ivago

This commit is contained in:
Jef Roosens 2021-03-11 20:52:30 +01:00
parent 1ff5682fd9
commit ba5d149a60
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
8 changed files with 44 additions and 27 deletions

View file

@ -1,5 +1,4 @@
IMAGE := rust_api:latest
shell := /bin/bash
@ -30,3 +29,9 @@ run:
test:
@ cargo test
.PHONY: test
# Documentation
docs:
@ cargo doc --no-deps
.PHONY: docs