1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// This file is part of feed.
//
// Copyright © 2015-2017 Chris Palmer <pennstate5013@gmail.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation; either version 3 of the License, or
// (at your option) any later version.


//! All the structs for channels.


pub mod category_getters;
pub mod category_builder;
pub mod channel_from_url;
pub mod channel_getters;
pub mod channel_builder;
pub mod channel_validate;
pub mod cloud_getters;
pub mod cloud_builder;
pub mod enclosure_getters;
pub mod enclosure_builder;
pub mod guid_getters;
pub mod guid_builder;
pub mod image_getters;
pub mod image_builder;
pub mod item_getters;
pub mod item_builder;
pub mod source_getters;
pub mod source_builder;
pub mod text_input_getters;
pub mod text_input_builder;