aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Derive FromForm for models::Post.Harald Eilertsen2017-11-211-0/+3
* Use serde_json to create json response when requested by client.Harald Eilertsen2017-11-201-0/+3
* Add schema for posts, and display them on index page.Harald Eilertsen2017-10-011-2/+5
* Get database connection on requestHarald Eilertsen2017-10-011-0/+33
* Move database setup to lib.rs.Harald Eilertsen2017-10-011-0/+27