podcasts/hammond-gtk
Jordan Petridis 4d6c3a67b1
Lazy_load: Avoid manually indexing.
make the data: Vec<T> mutable, then reverse the vector
so it can be used as a stack, and then use the ::pop()
method to retrieve the item.

This also avoid the constrain for Clone on T.
2018-04-06 22:37:36 +03:00
..
resources EpisodeWidget: Keep the widget's heigth contant. Fixes #57 2018-04-04 18:44:23 +03:00
src Lazy_load: Avoid manually indexing. 2018-04-06 22:37:36 +03:00
build.rs Draft of implementation using gresources safe api. 2017-11-06 14:35:50 +02:00
Cargo.toml EpisodesListBox: Add each widget lazyly. 2018-04-06 17:06:14 +00:00