roux 2.2.15

Simple and (a)synchronous Reddit API wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Defaults for serde.
pub mod defaults;
/// Error responses.
pub mod error;
/// Url building.
pub mod url;
pub use error::RouxError;
/// Options
pub mod option;
pub use option::FeedOption;
pub use option::TimePeriod;