podcasts/hammond-data
Jordan Petridis e416bca963
Implemented a pixbuf cache mechanism.
Since gdk_pixbuf::Pixbuf is refference counted and every episode,
use the cover of the Podcast Feed/Show, We can only create a Pixbuf
cover per show and pass around the Rc pointer.

GObjects do not implement Send trait, so SendCell is a way around that.
Also lazy_static requires Sync trait, so that's what the mutexes are.
2017-12-21 17:36:07 +02:00
..
benches Use generic IntoIterator instead of &[foo] slices. 2017-11-26 07:03:21 +02:00
migrations Schema hotfix. 2017-12-10 06:47:10 +02:00
src Implemented a pixbuf cache mechanism. 2017-12-21 17:36:07 +02:00
tests/feeds Final crate restructure I hope. 2017-10-05 15:02:19 +03:00
Cargo.toml Strip whitespace during parsing. 2017-12-09 10:22:09 +02:00