podcasts/hammond-data/src
2018-02-01 15:55:19 +02:00
..
models Source: Pass owenership around instead of &mut, cause futures. 2018-02-01 15:55:19 +02:00
database.rs Upgrade Diesel to 1.1 2018-01-22 11:22:01 +02:00
dbqueries.rs Add an order by tittle asc clasuse to the Podcast query. Address #34. 2018-01-29 12:30:13 +02:00
errors.rs NewSource: Remove Insert implemantation and replace it with a insert_or_ignore method. 2018-01-27 18:09:40 +02:00
feed.rs Pipeline: Split the pipeline from the cpu-pool and the tokio-core. 2018-01-26 13:34:04 +02:00
lib.rs hammond-data: Factor out save method of diesel models into a Trait. 2018-01-28 22:09:06 +02:00
parser.rs Parser: pass an rss::ItunesExtension to instead of an rss::Item. 2018-01-24 15:42:08 +02:00
pipeline.rs Clippy suggestions 2018-01-29 19:09:53 +02:00
schema.rs hammond_data: Add an EpisodeMinimal Diesel model. 2018-01-17 10:21:16 +02:00
utils.rs hammond-data: Factor out save method of diesel models into a Trait. 2018-01-28 22:09:06 +02:00