aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* use log/env_logger for loggingBryan Newbold2020-08-251-5/+9
* fmtBryan Newbold2020-08-251-22/+16
* return JSON error bodyBryan Newbold2020-08-251-2/+3
* progress: query param parsing, small renamingsBryan Newbold2020-08-251-2/+2
* more progress on parsing/validatingBryan Newbold2020-08-241-6/+12
* validation progressBryan Newbold2020-08-241-13/+17
* config parsing; pass config object through to endpoint functionBryan Newbold2020-08-241-9/+64
* copy example skeleton from rust async bookBryan Newbold2020-08-171-0/+47