podcasts/hammond-data/src
Jordan Petridis 1036176e51
pipeline: Make sure that the futures will be run.
Use .then() combinator to override the result and return
Ok(()) even if the task fails. That allows us to use join_all
instead of the custom written collect_futures function.
2018-04-14 07:41:50 +03:00
..
models h-data: Implement a tail-recursion loop to follow redirects. 2018-04-14 05:30:29 +03:00
database.rs Rustfmt. 2018-03-03 16:45:37 +02:00
dbqueries.rs Update deps. 2018-04-12 05:06:33 +03:00
errors.rs h-data: Implement a tail-recursion loop to follow redirects. 2018-04-14 05:30:29 +03:00
feed.rs Cargo fmt 2018-04-13 04:35:50 +03:00
lib.rs Cargo fmt 2018-04-13 04:35:50 +03:00
parser.rs Parser: pass an rss::ItunesExtension to instead of an rss::Item. 2018-01-24 15:42:08 +02:00
pipeline.rs pipeline: Make sure that the futures will be run. 2018-04-14 07:41:50 +03:00
schema.rs hammond_data: Add an EpisodeMinimal Diesel model. 2018-01-17 10:21:16 +02:00
utils.rs Rss::Error is now Send! 2018-04-03 19:42:11 +00:00