podcasts/hammond-data
Jordan Petridis 041684b13a
Use impl Trait syntax instead of Trait Objects.
Rust v1.26 introduced impl Trait which avoid the heap allocation with Box
and makes the code a bit more ergonomic.

For more see https://blog.rust-lang.org/2018/05/10/Rust-1.26.html
2018-05-11 12:06:31 +03:00
..
benches Feed: clean up clunky impl of indexing episodes. 2018-04-17 12:05:10 +03:00
migrations Version bump to 0.3 2018-02-11 22:57:37 +02:00
src Use impl Trait syntax instead of Trait Objects. 2018-05-11 12:06:31 +03:00
tests/feeds NewPodcast: Fix Image parsing if Itunes ext is Some(None). 2018-03-28 12:08:41 +03:00
Cargo.toml h-data: Initial implementation of an OPML parser and importer. 2018-05-10 18:17:19 +03:00