[#4] Finally got proper form value handling (#1)

This commit is contained in:
Jef Roosens 2021-04-04 09:57:19 +02:00
parent 27a61f8a9a
commit c89841ad38
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
7 changed files with 126 additions and 24 deletions

View file

@ -23,7 +23,7 @@ push:
# Run
run:
@ cargo run
@ RUST_BACKTRACE=1 cargo run
.PHONY: run
@ -36,6 +36,10 @@ format:
@ cargo fmt
.PHONY: format
lint:
@ cargo fmt -- --check
.PHONY: lint
# Documentation
docs: