aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* UpdateKevin J Hoerr2024-11-011-20/+26
* Adopt Rust 2018 edition with idiomatic changesKevin J Hoerr2019-12-211-9/+3
* Move FormatMsg to routes and add unit testsKevin J Hoerr2019-11-041-0/+2
* Replace Json handler with handler for status codesKevin J Hoerr2019-10-301-0/+1
* Refactor routes and scope into routes moduleKevin J Hoerr2019-10-301-7/+5
* Refactor messages module to be separate from routes and easily referencableKevin J Hoerr2019-10-301-0/+1
* Intermediate package updatesKevin J Hoerr2019-10-201-8/+8
* Upgrade actix-web and other dependencies; Update version to 0.2.1Kevin J Hoerr2019-07-221-22/+19
* Format main.rs according to format RFCsKevin J Hoerr2018-08-311-11/+8
* Replace error_chain with failure; return JSON object for callback apiKevin J Hoerr2018-08-311-20/+12
* Add Diesel schema and initial migration SQL filesKevin J Hoerr2018-08-311-1/+3
* Enable error chaining with error definitions file (empty)Kevin J Hoerr2018-08-311-0/+67