giphy 0.4.1

Giphy API wrapper for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
//! [Giphy API v1] wrapper for Rust
//!
//! [Giphy API v1]: https://developers.giphy.com/docs/api/
//! [`search`]: https://developers.giphy.com/docs/api/endpoint/#search
pub mod r#async;
pub mod gifs;
mod model;
pub mod sync;

pub use model::*;