aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Drop the lib.Harald Eilertsen2018-01-111-86/+0
* Order and cosmetics on extern crate declarations.Harald Eilertsen2017-12-301-8/+5
* Don't import modules in macro.Harald Eilertsen2017-12-231-10/+5
* Move implement_responder_for macro into crate.Harald Eilertsen2017-12-231-0/+25
* 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